AZ
.\.\test.idr:18:1:
|
18 | add (a) (b) = (a + b, Refl)
| ^
unexpected "ad"
expecting dependent type signature
Size: a a a
AZ
.\.\test.idr:18:1:
|
18 | add (a) (b) = (a + b, Refl)
| ^
unexpected "ad"
expecting dependent type signature
G
add : (a: Int) -> (b: Int) -> (c: Int, c >= a && c >= b)
add a b = (a + b, Refl)
AZ
G
AZ
G
R
G
S
С
Т8
SS
DF
G
G
G
G