Updates history for v5.0.1 (merge to branch)
This commit is contained in:
parent
6ffa068e1e
commit
56b74c0712
|
@ -1,9 +1,13 @@
|
|||
v5.0.1
|
||||
|
||||
* changed the matching of `where' clauses in a
|
||||
backwards-incompatible way. Previously, pattern variables bound by
|
||||
a `where' left-hand side shadowed bindings from earlier clause's
|
||||
a `where' left-hand side shadowed bindings from earlier clauses
|
||||
and the case's left-hand side; now, `where' clauses match only
|
||||
when their bindings match the existing ones.
|
||||
|
||||
* fixed minor bugs
|
||||
|
||||
v5.0
|
||||
|
||||
* added an optional term-equivalence predicate to the test--> and
|
||||
|
|
Loading…
Reference in New Issue
Block a user