-
In particular what are those rough edges and which parts of the API are confusing?
Comments I encounter on the Internet are mostly in favor of it as having small and flexible API and with derive ma…
-
It would be nice if `hedgehog-classes` could be integrated with other tasting frameworks, e.g. `hspec`.
Currently, when I run `lawsCheck` inside the `hspec` test suite, I see the following slightly…
-
This library looks nice (I like Scala, so that may be the reason :grinning:). I recommend to take a look at [fantasy-land](https://github.com/fantasyland/fantasy-land) and consider implementing suppor…
-
- https://github.com/ethul/purescript-freeap/pull/9
- https://github.com/ethul/purescript-freeap/pull/10
- http://www.fceia.unr.edu.ar/~mauro/pubs/Notions_of_Computation_as_Monoids.pdf
-
A fictional story to illuminate an aspect of quality in software engineering, told as a sequence of three sudoku solvers. The two main points I'm trying to get across are: first, deep understanding of…
-
# Proposal: Higher Kinded Types in Swift
- Proposal:
- Authors: TypeLift et al.
- Status: **Review**
- Review manager: TBD
## Introduction
Higher-Kinded Types are an extension to the Swift type syste…
-
Requires #240.
-
## 打开新世界之窗
### 题目
本次题目和QA黑手党第一次会议的基本一样,略作修改
https://github.com/chenkan/BlackQA/blob/master/codes/2013_03_04/game.rb
| STEP | TASK |
| :-- | :-- |
| 1 | Hello World |
| 2 | 获取一个指定URL(www.163.com)的页面内…
-
When I use `cabal-debian` to build a debian package for an executable, the resulting executable is linked against `libffi` and `libatomic1`, whereas the same build using `stack build` has no such link…
-
```
$ make
ghc --make -o tc Main.hs -fwarn-incomplete-patterns -Werror
TypeChecker.hs:1:55: error: [-Werror]
-XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPIN…