mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-26 21:23:53 +03:00
9fab367f0f
On the LHS, we want to match against the reflected thing, so FC and implicits need to turn into match anything patterns, or we won't match anything at all. This means we can put quoted terms on the LHS, with pattern variables under ~().
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
1/1: Building refleq (refleq.idr)
|
|
LOG 0: [x, y]
|
|
LOG 0: Left: ((Prelude.plus x) y)
|
|
LOG 0: Right: ((Prelude.plus y) x)
|
|
refleq.idr:24:16--25:1:While processing right hand side of commutes at refleq.idr:24:1--25:1:
|
|
Error during reflection: Not done
|