Idris2/tests/idris2/reg045/run
Edwin Brady 1dbc9a7143 Fix 'with' under implicit parameters
The 'with' type and application need to treat the parameters with the
same plicity, but the application has just always treated them as
explicit since it never looked. It's easiest just to make them all
explicit, since this isn't a user visible type. Fixes #1695.
2021-07-14 14:51:52 +01:00

4 lines
69 B
Plaintext
Executable File

$1 --no-color --console-width 0 --check withparams.idr
rm -rf build