package lambdapi

  1. Overview
  2. Docs
Proof assistant for the λΠ-calculus modulo rewriting

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lambdapi-2.3.0.tbz
sha256=9b13c3121ef87cf4d3311a8a1db43db4be7f0e5e2a702fdaff04a3b3c432cb31
sha512=81e0760ca77cb862a5bdb8927aa37faf7141c4e2484a8163dad0a3eaa21cc691acb5f72279c78588c085f53dde4bd35186346378feac0ab55ac06a679cf2e60f

doc/lambdapi.export/Export/Coq/index.html

Module Export.CoqSource

Translate the parser-level AST to Coq.

Sourceval log : 'a Lplib.Base.outfmt -> 'a
Sourceval stt : bool ref
Sourceval translate_ident : string -> string
Sourceval raw_ident : string Lplib.Base.pp
Sourceval param_ids : Parsing.Syntax.p_ident option list Lplib.Base.pp
Sourcetype priority = [
  1. | `Func
  2. | `Appl
  3. | `Atom
]

The possible priority levels are `Func (top level, including abstraction and product), `Appl (application) and `Atom (smallest priority).

Sourceval assoc : Pratter.associativity Lplib.Base.pp
Sourceval print : bool -> Parsing.Syntax.ast -> unit

print b ast sets stt to b and translates ast to Coq on standard output.