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-18 10:21:39 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
71cae356e2
Idris2-boot
/
tests
/
ttimp
/
search004
/
run
5 lines
89 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
Put built ttcs in build/ttc, rather than build This is so that we can put other build artefacts (e.g. executables) in properly organised subdirectories of build, e.g. build/bin/chez, build/bin/js, etc.
2019-09-04 14:41:16 +03:00
$1 --yaffle build/ttc/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