Idris2/tests/idris2/record006/expected
russoul b57b28a64e Implement new application syntax
Add syntax for bind-all-explicits

Add new record update syntax

Remove PInstance
2020-10-01 12:43:43 +03:00

4 lines
106 B
Plaintext

1/1: Building Fld (Fld.idr)
Main> Main> MkThree {n = 3} {prf = Refl {a = Nat} {x = 3}}
Main> Bye for now!