package dedukti

  1. Overview
  2. Docs

Module Meta.PRODSource

A shallow encoding of products. This encoding allows to rewrite products.

module name of the encoding

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

List of declarations

Sourceval safe : bool

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

Sourceval 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

decode_term t decodes a term t

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

OCaml

Innovation. Community. Security.