2014-01-05 20:05:08 +00:00
|
|
|
import Int.
|
|
|
|
variables a b : Int
|
|
|
|
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 20:05:08 +00:00
|
|
|
print options
|
|
|
|
print environment 2
|