-
... and many other type classes.
Also, some syntax file names end in Syntax and others in Ops, although nothing seems to justify this. This one is just bike-shedding, my actual issue at hand is of co…
-
Many monads defined in monad-bayes are known transformers. For example:
```haskell
-- | Collection of random variables sampler during the program's execution.
data Trace a = Trace
{ -- | Seque…
-
正直可能かどうか(適切かどうか)を確かめるところから。
`Default`型クラスの方が適切な可能性はある
Cj-bc updated
3 years ago
-
`never()` claims to "_consume virtually no resources_". However, this is no more true if never is used in any combinator, especially merge/all/settle. Should we detect nevers, and futures that eventu…
-
Could we add `sudo apt-get install powerline` to the readme instructions. This makes installation much easier for linux users and may not be obvious at first when trying to get the theme to work on li…
-
Provide the implementation of the function that keeps only the maximal value per row of the input matrix.
In the case of ties, the one with the greatest column index is kept.
-
We have Ambients encoding for the [primitive type](https://github.com/ambientsprotocol/whitepaper/blob/master/07-execution-model.md#primitive-data-types) of String (and Numbers, I suppose). We should …
-
Hi @durran,
We using Mongoid heavily on our production servers.
We have replica set based on Amazon EC2 instances.
Sometimes one on the members has networking issues that is the same like firewall po…
-
I cloned this repo and did a `cabal build all --enable-tests --enable-benchmarks` and saw lots of warnings. Some warning had previously been fixed #313. Can we build without warnings? Are pull request…
-
(Imported from [Trac #817](http://hackage.haskell.org/trac/hackage/ticket/817), reported by @jeffwheeler on 2011-03-22)
An if/else block which sets the main-is value for an executable based on a flag…