- Dec 21, 2018
-
-
Hans-Peter Deifel authored
-
- Dec 16, 2018
-
-
Hans-Peter Deifel authored
Checks if all weights are between 0 and 1.
-
- Dec 14, 2018
-
-
Hans-Peter Deifel authored
Switches from GADT syntax to a normal ADT. This is more easily presentable in writing as it doesn't require additional explanation and is shorter.
-
- Dec 13, 2018
-
-
Hans-Peter Deifel authored
-
- Dec 12, 2018
-
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
Although less explicit about the kind of `f`, it is more clear and easier to replicate in publications.
-
Hans-Peter Deifel authored
-
- Dec 11, 2018
-
-
Hans-Peter Deifel authored
This fixes up the haskell examples, so that tangling them to a file results in a useable powerset implementation.
-
Hans-Peter Deifel authored
-
- Dec 10, 2018
-
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
Creates a new module that exports commonly imported prettyprinter modules, to cut down on the number of imports each module has to do.
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
These were originally separated because of some cyclic dependency that is gone now. So in order to make the module zoo a bit more clear, merge the two.
-
- Dec 01, 2018
-
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
(With --no-sanity-checks of course)
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
This adds --no-sanity-checks to the 'refine' subcommand to pass DisableSanityChecks to the parser.
-
Hans-Peter Deifel authored
Adds a flag to the coalgebra parser that allows individual parsers to disable all sanity checks on the input.
-
- Nov 30, 2018
-
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
We previously used the haskell:8.4 docker image, which provides the latest version of GHC 8.4. Unfortunately, when GHC was upgraded from 8.4.3 to 8.4.4 in the docker image, stack broke because it expected 8.4.3. To prevent this from happening again, we now use the 8.4.4 docker image explicitly. This means that CI is now 8.4.4 instead of 8.4.3.
-
Hans-Peter Deifel authored
-
Hans-Peter Deifel authored
-
- Nov 28, 2018
-
-
Thorsten Wißmann authored
-