2020-05-19 20:25:18 +03:00
|
|
|
1/1: Building Rewrite (Rewrite.idr)
|
2020-07-28 15:11:42 +03:00
|
|
|
Error: While processing right hand side of wrongCommutes. Rewriting by m + k = k + m did not change
|
|
|
|
type S k + m = m + S k.
|
|
|
|
|
|
|
|
Rewrite.idr:15:25--15:57
|
|
|
|
|
|
2020-07-22 22:16:43 +03:00
|
|
|
15 | wrongCommutes (S k) m = rewrite plusCommutes m k in ?bar
|
2020-07-28 15:11:42 +03:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
Error: While processing right hand side of wrongCommutes2. Nat is not a rewrite rule type.
|
|
|
|
|
|
|
|
Rewrite.idr:19:26--19:43
|
|
|
|
|
|
2020-07-22 22:16:43 +03:00
|
|
|
19 | wrongCommutes2 (S k) m = rewrite m in ?bar
|
2020-07-28 15:11:42 +03:00
|
|
|
| ^^^^^^^^^^^^^^^^^
|
|
|
|
|