This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-16 07:34:45 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
5e42bbfcc9
Idris2
/
tests
/
node
/
idiom001
/
Main.idr
5 lines
73 B
Idris
Raw
Normal View
History
Unescape
Escape
Make `NmLet` names unique in `Compiler.ES.Imperative` Since the imperative form has no nesting of scopes. Fixes #643
2020-09-19 22:09:36 +03:00
main
:
IO
()
main
=
do
[|
(
const
$
pure
MkUnit
)
(
pure
())
|]
Remove trailing whitespaces and add trailing newlines
2021-01-16 10:03:45 +03:00
pure
()
Reference in New Issue
Copy Permalink