... | ... | @@ -3,6 +3,13 @@ |
|
|
|
|
|
This page presents motivation and technical details behind implementing new primitive comparison operators (this was originaly reported as Trac ticket [\#6135](https://gitlab.haskell.org//ghc/ghc/issues/6135)). See [ this page](http://ghc.haskell.org/trac/ghc/wiki/NewPrimopsInGHC7.8) for instructions how to adjust your already existing code to work with new primops.
|
|
|
|
|
|
|
|
|
See also
|
|
|
|
|
|
|
|
|
- [\#9661](https://gitlab.haskell.org//ghc/ghc/issues/9661)
|
|
|
- [\#13397](https://gitlab.haskell.org//ghc/ghc/issues/13397)
|
|
|
|
|
|
## The problem
|
|
|
|
|
|
|
... | ... | |