chore: doc string

This commit is contained in:
Leonardo de Moura 2022-08-24 06:55:51 -07:00
parent 083523ee9c
commit 54e4cfa8e2

View file

@ -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)