2014-01-01 21:52:25 +00:00
|
|
|
Import Int.
|
2013-12-20 00:39:37 +00:00
|
|
|
Variables a b : Int
|
2014-01-05 19:03:35 +00:00
|
|
|
print Options
|
2014-01-05 18:32:47 +00:00
|
|
|
(*
|
2013-12-20 00:39:37 +00:00
|
|
|
local ios = io_state()
|
|
|
|
|
|
|
|
print(get_options())
|
|
|
|
print(get_options())
|
|
|
|
ios:print(parse_lean("a + b"))
|
|
|
|
print(parse_lean("fun x, a + x"))
|
|
|
|
print(get_options())
|
2014-01-05 18:32:47 +00:00
|
|
|
*)
|
2014-01-05 19:03:35 +00:00
|
|
|
print Options
|
|
|
|
print Environment 2
|