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
772b098de0
Idris2-boot
/
tests
/
ttimp
/
search004
/
run
5 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Change main program to be Idris2 With the --yaffle flag, you get the old behaviour which is to invoke the checker for the core theory (and all the tests are updated appropriately for this).
2019-06-09 13:58:29 +03:00
$1 --yaffle Functor.yaff < input
$1 --yaffle build/Functor.ttc < input
Extend unification so that Functors work Need to identify invertible (or cancellable) holes so that we can unify e.g. ?f Nat with List Nat and get f = List.
2019-05-26 20:41:48 +03:00
rm -rf build
Reference in New Issue
Copy Permalink