- Apr 04, 2019
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-
- Mar 22, 2019
-
-
Hans-Peter Deifel authored
-
- Mar 21, 2019
-
-
Hans-Peter Deifel authored
This highlights the fact that they represent finite sets and the value syntax are hexadecimal unsigned integers.
-
Thorsten Wißmann authored
-
Hans-Peter Deifel authored
-
- Mar 18, 2019
-
-
Hans-Peter Deifel authored
-
- Mar 14, 2019
-
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
Fixes a syntax error that prevented this example from being parsed.
-
Hans-Peter Deifel authored
Corrects some typos and fixes the stack command used to execute the examples.
-
Hans-Peter Deifel authored
Removes lots of code duplication
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
- Mar 12, 2019
-
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
Just for completeness. The corresponding `max` implementations were already there.
-
- Mar 11, 2019
-
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
- Mar 10, 2019
-
-
Hans-Peter Deifel authored
This means that `insert undefined bag` now evaluates to undefined in WHNF.
-
- Mar 09, 2019
-
-
Hans-Peter Deifel authored
This was the intention all along.
-
Hans-Peter Deifel authored
-
- Mar 08, 2019
-
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
This was a bug in the `delmin` helper that is used to delete the smallest element of the right tree. It deleted too much.
-
Hans-Peter Deifel authored
This caused erroneous calls to rotateDoubleRight instead of rotateSingleRight, thus disbalancing the tree and possibly failing to pattern match.
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
This is used in the Eq instance and also makes debugging and testing easier.
-
Hans-Peter Deifel authored
This is not strictly required by copar but allows for easier testing.
-
Hans-Peter Deifel authored
This returns the size of the tree, not the actual number of elements (there can be more elements per node) and thus should not be in the public API.
-
Hans-Peter Deifel authored
This is a requirement for its use in copar and also allows for testing, since `shouldBe` from hspec requires those two instances.
-
- Mar 07, 2019
-
-
Hans-Peter Deifel authored
-
- Jan 06, 2019
-
-
Hans-Peter Deifel authored
Due to the way the functor expression is parsed, this led to two nested polynomial functors when functor rewriting is disabled. Without the parens we get just one polynomial functor.
-
- Jan 05, 2019
-
-
Hans-Peter Deifel authored
Alright, compromise. Word16 might have been a little too small
-
- Jan 04, 2019
-
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
This should require 4 times less RAM and allow us to generate larger DFAs.
-