5 lines
68 B
Text
5 lines
68 B
Text
import Lean
|
|
|
|
elab "foo" : command => IO.println "hi"
|
|
#eval "ho"
|
|
foo
|