Idris2-boot/tests/idris2/basic036/expected
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

6 lines
195 B
Plaintext

1/1: Building defimp (defimp.idr)
Main> Main.dvec : (n : Nat) -> {default (replicate n (fromInteger 1)) xs : Vect n Nat} -> Nat
Main> S (S (S Z))
Main> S (S (S (S (S (S Z)))))
Main> Bye for now!