mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-18 10:21:39 +03:00
2a2a20849d
These are part of the core QTT now, so any substitutions or dependencies will be dealt with as they should.
5 lines
40 B
Plaintext
5 lines
40 B
Plaintext
:t dvec
|
|
dvec 3
|
|
dvec _ {xs = [1,2,3]}
|
|
:q
|