mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-03 00:36:37 +03:00
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
1/1: Building lets (lets.idr)
|
|
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
|
|
at:
|
|
22 = do let Just x' : Maybe String = x
|
|
^
|
|
|