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
2025-01-07 05:36:30 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
71cae356e2
Idris2-boot
/
tests
/
ttimp
/
perf003
/
expected
6 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added test framework (copied from Blodwen)
2019-05-07 12:42:45 +03:00
Processing as TTImp
Written TTC
First attempt at linearity checking pass This slows things down a bit because to find the holes and give them the right multiplicities, we need to normalise all the arguments which might have been metavariables. Maybe we should skip this if we're not using anything linear, for efficiency? As patterns are handled by deciding which side of the as is considered 'used'. In case blocks, that should be the variable name, but in general it should be the pattern, so IAs now has a flag to say which one.
2019-05-19 22:24:14 +03:00
Yaffle> Main.idInt : Integer
Added test framework (copied from Blodwen)
2019-05-07 12:42:45 +03:00
Yaffle> 94
Yaffle> Bye for now!
Reference in New Issue
Copy Permalink