| Age | Commit message (Collapse) | Author |
|
In preparation for deprecation, see https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid and https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return
|
|
type; maybe a better solution for most cases than just one value
|
|
|
|
trees better
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiles with GHC 9.0.2
|
|
|
|
This change speeds up profiling by an order of magnitude.
Without it, the >>= function for Get dominates runtime completely during profiling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #109
|
|
|
|
|
|
Issue 46 (various deprecations during compilation of GF)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes #72
|
|
|
|
|
|
|