Idris2/tests/idris2/interface013/expected

12 lines
421 B
Plaintext
Raw Normal View History

1/1: Building TypeInt (TypeInt.idr)
Error: While processing constructor MkRecord. Can't find an implementation for Interface ?s.
TypeInt:14:25--14:49
2021-02-11 20:24:26 +03:00
10 | 0 DependentValue : Interface s => Value s -> Type
11 | DependentValue v = concrete (specifier v)
12 |
13 | data Record : s -> Type where
2020-07-22 22:16:43 +03:00
14 | MkRecord : Value s -> DependentValue {s} value -> Record s
2021-02-11 20:24:26 +03:00
^^^^^^^^^^^^^^^^^^^^^^^^