mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-29 22:51:51 +03:00
9 lines
274 B
Plaintext
9 lines
274 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 at:
|
|
24 commutes x y = prove
|
|
|