chore: doc string
This commit is contained in:
parent
083523ee9c
commit
54e4cfa8e2
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@ def isLCProof (e : Expr) : Bool :=
|
|||
def mkLcProof (p : Expr) :=
|
||||
mkApp (mkConst ``lcProof []) p
|
||||
|
||||
/--
|
||||
Auxiliary inductive datatype for constructing LCNF `Code` objects.
|
||||
The `toLCNF` function maintains a sequence of elements that is eventually
|
||||
converted into `Code`.
|
||||
-/
|
||||
inductive Element where
|
||||
| jp (decl : FunDecl)
|
||||
| fun (decl : FunDecl)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue