This website requires JavaScript.
Explore
Help
Sign In
edwinb
/
Idris2-boot
Watch
1
Star
1
Fork
0
You've already forked Idris2-boot
mirror of
https://github.com/edwinb/Idris2-boot.git
synced
2024-12-19 10:51:35 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
8a0063a016
Idris2-boot
/
tests
/
idris2
/
basic024
/
expected
5 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Desugar pattern matching lambdas
2019-07-03 17:11:57 +03:00
1/1: Building PatLam (PatLam.idr)
Main> [(2, 3), (4, 5), (6, 7)]
[ fix ] resugar to drop name prefixes My first attempt at refolding natural constants led to all names being printed with their namespace prefixes. This fixes that, most notably by introducing the massive `mapPTermM` function in `Idris.Syntax`.
2020-04-03 22:00:59 +03:00
Main> [3, 4, 5]
Desugar pattern matching lambdas
2019-07-03 17:11:57 +03:00
Main> Bye for now!
Reference in New Issue
Copy Permalink