This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
503d8dfa9e
lean2
/
tests
/
lean
/
lua7.lean
6 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean): use '(* ... *)' instead of '(** ... **)' for script code blocks Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 18:32:47 +00:00
(*
feat(lua): use formatter available in the state object to convert Lean objects into strings in the Lua API Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-13 00:56:30 +00:00
x = Const("x")
y = Const("y")
N = Const("N")
print(fun({{x, N}, {y, N}}, x))
feat(frontends/lean): use '(* ... *)' instead of '(** ... **)' for script code blocks Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 18:32:47 +00:00
*)
Reference in a new issue
Copy permalink