Equations
- Lake.unsafeEvalTerm α term = Lean.Elab.Term.evalTerm α (Lean.toTypeExpr α) term Lean.DefinitionSafety.unsafe
Instances For
@[implemented_by Lake.unsafeEvalTerm]
ToExpr Instances #
Equations
- Lake.instToExprFilePath = { toExpr := fun p => Lean.mkApp (Lean.mkConst `System.FilePath.mk) (Lean.toExpr p.toString), toTypeExpr := Lean.mkConst `System.FilePath }