Closed jwaldmann closed 10 years ago
as soon as issue #73 is fixed, change
data LinearFunction = LinearFunction Nat [Bool]
(back) to
data LinearFunction = LinearFunction Nat [Nat]
and have the allocator build
LinearFunction (nat 4) [nat 1]
for the moment we keep LinearFunction Nat [Bool] because if this still allows to prove termination, we can brag more about it ...
LinearFunction Nat [Bool]
as soon as issue #73 is fixed, change
(back) to
and have the allocator build