-
The F# version should also support State Machine Testing similar to the Haskell version.
See https://github.com/hedgehogqa/haskell-hedgehog/pull/89, and at least up to https://github.com/hedgehogqa…
-
[`Rust`](https://www.rust-lang.org) is quite a new language... but, it is an awesome language.
Particularly, it features `affine types`, `algebraic data types`, and is in addition a `systems programm…
-
Installation fails on FreeBSD 10.0; the configure script fails to locate the curl library.
Transcript:
```
[ master ] fraser% cabal install
Resolving dependencies...
Configuring curl-1.3.8...
checki…
-
Related: #133
Why?
- Lowered maintainer burden
- But probably not enough by itself to justify the initial investment, though
- Take advantage of existing commands
- In particular, `flycheck-list-…
-
I think the render function has an error.
It seems like the lvl argument never get changed, and will always stay at w.
Judging by the documentation, it seems like
best lvl col curr (Nest x y) k = b…
-
I am currently trying to port some code I played with from Python that used CGAL bindings to Haskell and it looks like HGeometry has the algorithms I need, which are computing Line Arrangements and Co…
-
### General summary/comments (optional)
opening an issue because i'm not sure if i'm doing something stupid and this is my fault or not.
Running on centos 6
It seems like the globalManager isn't re…
-
### Summary
[mysql-simple](https://github.com/paul-rouse/mysql-simple) is a mid-level MySQL library based on writing SQL directly and parameter substitution.
### Overview
It provides four typ…
-
Since we're not writing a full language, we would like to piggy back Haskell's compilation infrastructure as much as possible.
The good thing is that Haskell's GHC is really modular. So we can just…
-
This flag would skip attempting to download any resources. In the case that a command can still do something reasonable without the download, it should proceed onwards, possibly emitting a warning.