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-25 20:51:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
d99a48b586
Idris2
/
tests
/
idris2
/
reg
/
reg038
/
run
5 lines
57 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Group tests by directory
2023-09-01 13:10:49 +03:00
. ../../../testutils.sh
Correct multiplicities when checking Pi binders We've always just used 0, which isn't correct if the function is going to be used in a runtime pattern match. Now calculate correctly so that we're explicit about which type level variables are used at runtime. This might cause some programs to fail to compile, if they use functions that calculate Pi types. The solution is to make those functions explicitly 0 multiplicity. If that doesn't work, you may have been accidentally trying to use compile-time only data at run time! Fixes #1163
2021-03-09 20:23:05 +03:00
Add testing utilities script
2023-08-29 13:47:42 +03:00
check Test1.idr
check Test2.idr
Reference in New Issue
Copy Permalink