mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 08:42:11 +03:00
12 lines
425 B
Plaintext
12 lines
425 B
Plaintext
1/1: Building TypeInt (TypeInt.idr)
|
|
Error: While processing constructor MkRecord. Can't find an implementation for Interface ?s.
|
|
|
|
TypeInt.idr: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
|
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|