-
Is there a proper way to define custom constraints?
In case there isn't, i think it would be a convenient feature (for now my workaround is defining a functor that returns either 1 or 0 and wrappin…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#3768
From: @JasonGross
Reported version: 8.5
CC: coq-bugs-redist@lists.gforge.inria.fr
-
was trying to setup build for xmrig-cuda in ubunut, but getting error,
> `/usr/include/c++/11/bits/std_function.h:435:145: error: parameter packs not expanded with '...':
435 | function(…
-
```
data MyList a = Nil | Cons a (MyList a) deriving (Show)
main :: IO ()
main = do
print $ "chap7"
print $ map (+1) [1,2,3]
print $ Cons 1 (Cons 2 (Cons 3 Nil))
-- FIXME
--print $…
-
The generic `Rep` definition is too robotic, if I derive `Representable Count` I most likely don't want to index by `Rep Count = Either () (Either () ())` but by something like `data Move = Rock | Pap…
-
```
It is quite obvious that users need to be able to procedurally generate terrain.
Different methods of generation shall be provided:
- Random/perlin noise
- Fractal
- User-provided functor
- Pseudo…
-
This is a great font that works really well with Haskell.
However there's `` in `Data.Functor` which I think would be a great candidate for a ligature in the same way we have ligatures for `` and `…
-
Update: now that we've switched to the [Scalafix-powered version of Simulacrum](https://github.com/typelevel/simulacrum-scalafix) (see #3424), we can easily deprecate these definitions, and I personal…
-
We were working on something that often requires isomorphism reasoning on categories (and, by extension, domains and codomains of functors).
Currently, there are two different versions of equivalen…
-
my env:
``` bash
$ lsb_release -a
LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID:…