package dedukti

  1. Overview
  2. Docs
type is_opaque = bool
type is_assertion = bool
type should_fail = bool
type test =
  1. | Convert of Term.term * Term.term
  2. | HasType of Term.term * Term.term
type entry =
  1. | Decl of Basic.loc * Basic.ident * Signature.staticity * Term.term
  2. | Def of Basic.loc * Basic.ident * is_opaque * Term.term option * Term.term
  3. | Rules of Rule.untyped_rule list
  4. | Eval of Basic.loc * Reduction.red_cfg * Term.term
  5. | Check of Basic.loc * is_assertion * should_fail * test
  6. | Infer of Basic.loc * Reduction.red_cfg * Term.term
  7. | Print of Basic.loc * string
  8. | DTree of Basic.loc * Basic.mident option * Basic.ident
  9. | Name of Basic.loc * Basic.mident
  10. | Require of Basic.loc * Basic.mident
val pp_entry : entry Basic.printer
OCaml

Innovation. Community. Security.