package jasmin

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Jasmin.BinNums

type positive =
  1. | Coq_xI of positive
  2. | Coq_xO of positive
  3. | Coq_xH
type coq_N =
  1. | N0
  2. | Npos of positive
type coq_Z =
  1. | Z0
  2. | Zpos of positive
  3. | Zneg of positive