mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-13 17:25:29 +03:00
05f28724ed
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
11 lines
192 B
Plaintext
11 lines
192 B
Plaintext
1/1: Building Methods (Methods.idr)
|
|
Error: Missing methods in Read: readPrefix
|
|
|
|
Methods:17:1--21:15
|
|
17 | Read Foo where
|
|
18 |
|
|
19 | read "A" = A
|
|
20 | read "B" = B
|
|
21 | read "C" = C
|
|
|