A dependently typed programming language, a successor to Idris
Go to file
Edwin Brady 6385cb6e0f A bit more on performance
Most notably, when elaborating deferring argument, if the hole
standing for the argument is still a hole, fill it in directly rather
than going via unification. This prevents some needless evaluation.
2019-05-20 18:41:08 +01:00
sample Check locals are usable (with determining args) 2019-05-06 01:06:24 +01:00
src A bit more on performance 2019-05-20 18:41:08 +01:00
tests A bit more on performance 2019-05-20 18:41:08 +01:00
Makefile Support eta in unification 2019-05-07 15:06:00 +01:00
tests.ipkg Added test framework (copied from Blodwen) 2019-05-07 10:43:02 +01:00
yaffle.ipkg First attempt at linearity checking pass 2019-05-19 20:24:14 +01:00