mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-08 08:52:22 +03:00
6a53e0177c
This is partly to tidy things up, but also a good test for 'import as'. Requires some internal changes since there are parts of reflection, unelaboration and a compiler hack that rely on where things are in the Prelude.
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
1/1: Building refleq (refleq.idr)
|
|
LOG 0: [x, y]
|
|
LOG 0: Left: ((Prelude.Types.plus x) y)
|
|
LOG 0: Right: ((Prelude.Types.plus y) x)
|
|
refleq.idr:24:16--24:21: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
|
|
^^^^^
|
|
|