2014-01-16 23:07:51 +00:00
|
|
|
import specialfn
|
|
|
|
import specialfn
|
2014-01-05 18:32:47 +00:00
|
|
|
(*
|
2013-11-18 02:11:44 +00:00
|
|
|
local env = environment() -- create new environment
|
|
|
|
parse_lean_cmds([[
|
2014-01-16 23:07:51 +00:00
|
|
|
import specialfn
|
|
|
|
import specialfn
|
|
|
|
check sin
|
2013-11-18 02:11:44 +00:00
|
|
|
]], env)
|
2014-01-05 18:32:47 +00:00
|
|
|
*)
|
2014-01-16 23:07:51 +00:00
|
|
|
check sin
|