5 lines
87 B
Text
5 lines
87 B
Text
import Lean
|
|
open Lean
|
|
|
|
#eval show CoreM Unit from do
|
|
(← getEnv).constants.fold _ _
|