Idris2/tests/idris2/reg045
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
..
expected Fix 'with' under implicit parameters 2021-07-14 14:51:52 +01:00
run Fix 'with' under implicit parameters 2021-07-14 14:51:52 +01:00
withparams.idr Fix 'with' under implicit parameters 2021-07-14 14:51:52 +01:00