mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 16:21:46 +03:00
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
1/1: Building Deps (Deps.idr)
|
|
Error: While processing right hand side of badcard. k is not accessible in this context.
|
|
|
|
Deps.idr:18:13--18:14
|
|
14 | badcard : Nat
|
|
15 | badto : t -> Fin card
|
|
16 |
|
|
17 | implementation BadFinite (Fin k) where
|
|
18 | badcard = k
|
|
^
|
|
|