package dedukti

  1. Overview
  2. Docs

The signature which implements a reification function.

module name of the encoding

val entries : unit -> Parsers.Entry.entry list

List of declarations

val safe : bool

If safe, the encoding needs type checking. Type checking is done before encoding.

val signature : Kernel.Signature.t

Signature of the encoding. Redudant with entries

encode_term sg ctx t encodes a term t. sg and ctx are used only if safe is true

val decode_term : Kernel.Term.term -> Kernel.Term.term

decode_term t decodes a term t

val encode_rule : ?sg:Kernel.Signature.t -> 'a Kernel.Rule.rule -> 'a Kernel.Rule.rule

encode_rule sg r encodes a rule r. sg is used only if safe is true