2020-05-19 20:25:18 +03:00
|
|
|
1/1: Building Rewrite (Rewrite.idr)
|
2020-06-13 17:51:05 +03:00
|
|
|
Rewrite.idr:15:25--15:57:While processing right hand side of wrongCommutes at Rewrite.idr:15:1--17:1:
|
2020-06-11 23:46:36 +03:00
|
|
|
Rewriting by m + k = k + m did not change type S k + m = m + S k at:
|
|
|
|
15 wrongCommutes (S k) m = rewrite plusCommutes m k in ?bar
|
2020-06-13 17:51:05 +03:00
|
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2020-06-11 23:46:36 +03:00
|
|
|
|
2020-06-13 17:51:05 +03:00
|
|
|
Rewrite.idr:19:26--19:43:While processing right hand side of wrongCommutes2 at Rewrite.idr:19:1--20:1:
|
2020-06-11 23:46:36 +03:00
|
|
|
Nat is not a rewrite rule type at:
|
|
|
|
19 wrongCommutes2 (S k) m = rewrite m in ?bar
|
2020-06-13 17:51:05 +03:00
|
|
|
^^^^^^^^^^^^^^^^^
|
2020-06-11 23:46:36 +03:00
|
|
|
|