-
I was thinking of porting these functions from QuickCheck over to Hedgehog, and wanted to know what the maintainers think first.
Hedgehog module:
```haskell
-- A port of quickcheck's `total`
-…
-
haskell-gi seems to be better maintained than gtk2hs is. I think we should consider switching to haskell-gi.
There are some questions:
* Is cross-platform support of haskell-gi good enough? In p…
-
Supports quite a few languages, including Elm (no Haskell yet though!): https://github.com/quicktype/quicktype
Uses Markov chains as a heuristic: https://blog.quicktype.io/markov/
@mgajda you can …
-
Is there a way to use MicroHs as an embedded interpreter/scripting language inside regular haskell like
```
import MicroHs
main = putStrLn $ microhs_run "case 1+1 of 2 -> True; _ -> False"
```
…
-
# Abstract
This is a Haskell implementation of James Wootton's MicroQiskit, aimed at providing a functional programming interface to MicroQiskit.
# Description
We have to start from scratch. …
-
The current version of ghc in Haikuports is over four years old, and some Haskell software I'd like to try porting won't build with it. Additionally, please ensure that the "cabal" command is include…
-
When first installing Haskell-Vim-Now I encountered the following error:
```
Setting up GHC if needed...
Stack setup failed with exit code: 1
stderr: RedownloadInvalidResponse Request {
host …
-
#615 describes the need for having a type system for Bend as well as the design discussion of how this system should be.
This issue tracks the implementation of the bend type system.
- [x] Compile b…
-
Add support for a purescript backend with both term definition and type definitions.
Could probably be a straight port from the Haskell backend
-
maybe do it with Haskell directly OR port the project over to Scala and then create a GUI app (possibly an android app?)