mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 00:10:31 +03:00
7baf698f66
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
16 lines
383 B
Plaintext
16 lines
383 B
Plaintext
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
|
|
18 | pure (x' + y')
|
|
19 |
|
|
20 | dolet2 : Maybe Int -> Maybe Int -> Maybe Int
|
|
21 | dolet2 x y
|
|
22 | = do let Just x' : Maybe String = x
|
|
^
|
|
|