-
This issue is quite meta. But I think it's important to understand what is going on. Is goal just to make random not terribly inefficient and use better PRNG? Is it to create new generic API for worki…
-
Groundhog's encoding of foreign keys makes relationships between tables typesafe; the price to pay is yaml parsing (which depends on a c library), code generation with template haskell, and injecting …
-
Since crypton is a new package, I was wondering whether it doesn't make sense to make big changes now, which is early in its development cycle. That would include stuff like e.g. changes in central de…
-
-
Occasionally a top-down presentation style (like Haskell's `where`) is useful:
```python
from pampy import match, _
from unpythonic.syntax import macros, topdown, definitions # DOES NOT EXIST …
-
I was wondering if the ability to test values could be added to the template language, so we could do something like:
```latex
$if(documentclass!='memoir')$
$if(linestretch)$
\usepackage{setspac…
-
Some opinions and proposals for the [Do Notation section](https://book.purescript.org/chapter4.html#do-notation) section (feel free to disagree):
* We shouldn't even mention `bind` or `monad` here.
…
-
Is it possible to do something like this?
```haskell
type API b = "other-stuff" :> Capture "bool" (SBool b) :> Get '[PlainText] (IntOrString b)
type familty IntOrString (b :: Bool) :: Type wher…
-
Encountered right away that the `{Eq, Ord, Typeable, Data, Hashable}` instances are needed.
---
P.S.
https://github.com/haskell-nix/hnix/issues/880
Planning to use the `Acc` for HNix at the …
-
Browsing the docs, the API feels very abstract and I have a hard figuring out what the different API items are and what they are for
This is a follow up to my [reddit comment](https://www.reddit.co…