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