Idris2/tests/idris2/basic034/expected

16 lines
383 B
Plaintext
Raw Normal View History

1/1: Building lets (lets.idr)
Error: While processing right hand side of dolet2. When unifying:
Maybe Int
and:
Maybe String
Mismatch between: Int and String.
lets:22:39--22:40
2021-02-11 20:24:26 +03:00
18 | pure (x' + y')
19 |
20 | dolet2 : Maybe Int -> Maybe Int -> Maybe Int
21 | dolet2 x y
2020-07-22 22:16:43 +03:00
22 | = do let Just x' : Maybe String = x
2021-02-11 20:24:26 +03:00
^