Idris2/tests/idris2/reg044/expected
Tim Engler 05f28724ed
[ fix #1579 ] Nat hack for comparison operators (#1580)
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
2021-06-28 16:48:08 +01:00

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