Idris2-boot/tests/idris2/basic036/input
Edwin Brady 2a2a20849d Add default implicit arguments
These are part of the core QTT now, so any substitutions or dependencies
will be dealt with as they should.
2020-02-25 14:09:08 +00:00

5 lines
40 B
Plaintext

:t dvec
dvec 3
dvec _ {xs = [1,2,3]}
:q