djinn icon indicating copy to clipboard operation
djinn copied to clipboard

Generate Haskell code from a type

Results 6 djinn issues
Sort by recently updated
recently updated
newest added

Cabal-3.6.2.0, Stack-2.7.5, GHC 9.2.3, 9.0.2, 8.10.7, 8.8.4, 8.6.5. `djinn` fails to compile with either Cabal (all of the above GHC versions produced same output) or Stack (using GHC-9.0.2, resolver LTS-19.18)....

It would be nice if this repo included a README with a couple of examples how to use `djinn`.

```Haskell applyPure :: f (t1 -> t2) -> t1 -> f t2 ``` ```Haskell -- applyPure cannot be realized. ``` ```Haskell applyPure :: Applicative f => f (t1 -> t2)...

The url for the issue tracker has `/haskell/` in the middle. I've never published a haskell package (yet), so I don't know if that's from your metadata or a bug...

Hide Prelude version of () to avoid ambiguous occurrence build error. I guess this is unmaintained but someone may find it helpful.

Hello, today I played around with Djinn a bit, and noticed what I am pretty sure is a bug: I added a definition for an `Arrow` typeclass, and the `Kleisli`...