Idris2/tests/idris2/basic034/expected
Giuseppe Lomurno e9d46a2650 Fixed tests
2020-06-11 22:46:36 +02:00

12 lines
280 B
Plaintext

1/1: Building lets (lets.idr)
lets.idr:22:39--23:14:While processing right hand side of dolet2 at lets.idr:21:1--26:1:
When unifying Maybe Int and Maybe String
Mismatch between:
Int
and
String
at:
22 = do let Just x' : Maybe String = x
23 | Nothing => Nothing