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-21 02:31:50 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
6dd68e8924
Idris2
/
tests
/
idris2
/
basic045
/
Main.idr
7 lines
76 B
Idris
Raw
Normal View
History
Unescape
Escape
[ log ] stuck functions found during evaluation
2020-08-27 20:09:39 +03:00
[ fix #650 ] Lazier match in NPrimVal vs. ConCase (#655)
2020-09-09 19:17:07 +03:00
foo
:
Semigroup
a
=>
a
->
()
foo x
=
()
[ log ] stuck functions found during evaluation
2020-08-27 20:09:39 +03:00
[ fix #650 ] Lazier match in NPrimVal vs. ConCase (#655)
2020-09-09 19:17:07 +03:00
main
:
IO
()
main
=
pure
(
foo
())
Reference in New Issue
Copy Permalink