package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Int63head0
  2. | Int63tail0
  3. | Int63add
  4. | Int63sub
  5. | Int63mul
  6. | Int63div
  7. | Int63mod
  8. | Int63lsr
  9. | Int63lsl
  10. | Int63land
  11. | Int63lor
  12. | Int63lxor
  13. | Int63addc
  14. | Int63subc
  15. | Int63addCarryC
  16. | Int63subCarryC
  17. | Int63mulc
  18. | Int63diveucl
  19. | Int63div21
  20. | Int63addMulDiv
  21. | Int63eq
  22. | Int63lt
  23. | Int63le
  24. | Int63compare
val equal : t -> t -> bool
type arg_kind =
  1. | Kparam
  2. | Kwhnf
  3. | Karg
type args_red = arg_kind list
val hash : t -> int
val to_string : t -> string
val arity : t -> int
val kind : t -> args_red
type prim_ind =
  1. | PIT_bool
  2. | PIT_carry
  3. | PIT_pair
  4. | PIT_cmp
type prim_type =
  1. | PT_int63
type op_or_type =
  1. | OT_op of t
  2. | OT_type of prim_type
val prim_ind_to_string : prim_ind -> string
val op_or_type_to_string : op_or_type -> string
OCaml

Innovation. Community. Security.