Idris2/tests/idris2/interface/interface013/expected
2023-09-07 14:57:22 +01:00

12 lines
421 B
Plaintext

1/1: Building TypeInt (TypeInt.idr)
Error: While processing constructor MkRecord. Can't find an implementation for Interface ?s.
TypeInt:14:25--14:49
10 | 0 DependentValue : Interface s => Value s -> Type
11 | DependentValue v = concrete (specifier v)
12 |
13 | data Record : s -> Type where
14 | MkRecord : Value s -> DependentValue {s} value -> Record s
^^^^^^^^^^^^^^^^^^^^^^^^