Instead of the previous constraints on the right hand side that only allowed a permutation of variables as parameters to a function the new heuristic allows anything to the right of a function as long as each variable only appears at most once.
6 lines
178 B
Text
6 lines
178 B
Text
unitTest 42 : Nat × Unit
|
||
parenthesisTest 12 : Nat → Nat
|
||
{ x | x ≤ 1 } : Set Nat
|
||
cdotTest (13, 12) : Nat × Nat
|
||
tupleFunctionTest (15, 12) : Nat × Nat
|
||
(12, 12) : Nat × Nat
|