mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-21 10:41:59 +03:00
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
1/1: Building boom (boom.idr)
|
|
boom.idr:23:42--23:66:While processing right hand side of with block in eraseVar at boom.idr:23:3--24:3:
|
|
Can't solve constraint between:
|
|
S (countGreater thr xs)
|
|
and
|
|
countGreater thr xs
|
|
at:
|
|
23 eraseVar thr (x :: xs) (FS i) | True = FS <$> eraseVar thr xs i
|
|
^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|