mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
c01986a62e
Sometimes we swap the arguments, to reduce code duplication, but we need to remember we've done that since (1 x : a) -> b is valid for an argument of type (x : a) -> b, but not vice versa (that is, we have a teensy bit of subtying to deal with, for convenience...). This fix seems a bit ugly, but we do at least now propagate the information. Fixes #82.
4 lines
31 B
Plaintext
Executable File
4 lines
31 B
Plaintext
Executable File
$1 --check D.idr
|
|
|
|
rm -rf build
|