@[inline]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- StrataDDM.Lean.listToExpr level type es = List.foldr (Lean.mkApp2 (Lean.mkApp (Lean.mkConst `List.cons [level]) type)) (Lean.mkApp (Lean.mkConst `List.nil [level]) type) es
Instances For
@[inline]
Equations
- StrataDDM.Lean.optionToExpr type none = Lean.mkApp (Lean.mkConst `Option.none [Lean.levelZero]) type
- StrataDDM.Lean.optionToExpr type (some a_2) = Lean.mkApp2 (Lean.mkConst `Option.some [Lean.levelZero]) type a_2