package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type retroknowledge = {
  1. retro_int63 : Names.Constant.t option;
  2. retro_bool : (Names.constructor * Names.constructor) option;
  3. retro_carry : (Names.constructor * Names.constructor) option;
  4. retro_pair : Names.constructor option;
  5. retro_cmp : (Names.constructor * Names.constructor * Names.constructor) option;
  6. retro_refl : Names.constructor option;
}
val empty : retroknowledge
type action =
  1. | Register_ind of CPrimitives.prim_ind * Names.inductive
  2. | Register_type of CPrimitives.prim_type * Names.Constant.t
OCaml

Innovation. Community. Security.