Idris2/tests/idris2/basic034/expected

12 lines
284 B
Plaintext
Raw Normal View History

1/1: Building lets (lets.idr)
2020-06-13 17:51:05 +03:00
lets.idr:22:39--22:40: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
2020-06-11 23:46:36 +03:00
at:
22 = do let Just x' : Maybe String = x
2020-06-13 17:51:05 +03:00
^
2020-06-11 23:46:36 +03:00