-
The exact engine we use needs further discussion. Probably we don't want to use yarr because it requires the nitro jit, which is a big dependency and could be undesirable for various reasons. Ideally,…
brson updated
10 years ago
-
When trying to make a simple schema EDSL, I inadvertently recreated the `Control.Applicative.Free` part of this library. When someone directed me to this library, I was able to streamline mine, adding…
ghost updated
11 years ago
-
The code below worked in 2.9.2 but not in 2.10.0-M4.
The return type projection Exp#OpSemExp#Val raises the obscure compile time error "Illegal type selection from volatile type null", so Exp#Val is …
-
I've been considering adding a zipper module for some time. I hacked up @jberryman's `zippo` library to use `lens`.
## Issues:
Where to put it?
If it lived in `Control.Lens.Zipper` it would be odd i…
-
Data.ConfigFile is ridiculously overengineered and has a terrible API. We need to get rid of it someday.
-
The hspec DSL is already good, but I think it can be improved.
```
main = hspecX $ do
describe "hspec's monadic EDSL" $ do
it "has no commas" $ do -- "$ do" only necessary for multi-line test
…
-
```scala
object Test{
trait ZW[S]{type T}
def ZipWith[S, M