-
Currently Idris supports only double precision floating point numbers. The lack of support for single precision floating point numbers is quite limiting, for example graphics API's, such as OpenGL and…
-
As of Criterion 1.0, [it uses a linear regression methodology](http://www.serpentine.com/blog/2014/08/08/criterion-1-0/) to generate an estimate of the expected marginal cost of running a benchmark ju…
-
I just tried building this via nix and ran into some issues. I did hack the flake.nix file a little bit to get x86_64-darwin to have package, but I find that it still doesn't build for some reason tha…
-
Given the following (GHC 9.2+) snippet:
```haskell
{-# LANGUAGE OverloadedRecordDot #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE NoFieldSelectors #-}
data MyRecord = MyRecord
{ a …
-
It would be cool if we could host the examples live, so that people can try them out without downloading anything.
FP Haskell Center offers to live hosting of Haskell code, but their terms of use are…
-
If skills "VS Code" and "Visual Studio Code" are both used in the list of skills, we get nodes for each, even though VS Code is a [Wikipedia Redirect Page](https://en.wikipedia.org/wiki/Wikipedia:Redi…
-
What is a typical workflow for using a Dhall binding in language X? I do not know how people are actually using Dhall bindings but I would expect that mostly people want to read a Dhall file and obta…
-
I'm not entirely sure what the _precise_ underlying cause is of this behavior, but I've noticed the following non-obvious gotcha when updating Nix derivations in the past:
1. Modify a derivation so…
-
With the absorbtion of JMacro into our own tree, we can adapt the intermediate language to our needs. One of the GHCJS features that has been planned for a long time, but has never really become more …
luite updated
9 years ago
-
Some ideas:
- [x] http://clrnd.com.ar/posts/2017-04-21-the-water-jug-problem-in-hedgehog.html
- [x] https://github.com/Quviq/QuickCheckExamples
- [ ] https://github.com/tlaplus/Examples/tree/mast…