-
I'm probably one of the biggest Haskell fanboys alive: I [blog about Haskell](haskellforall.com) and also maintain several [Haskell packages](https://hackage.haskell.org/user/GabrielGonzalez). I beli…
-
In this example I define 4 identical pooling functions,
https://colab.research.google.com/gist/romanngg/fdd96829faaf0a7e666bccc5fd27ba58/pooling_fail.ipynb
```python
p = r.normal(r.PRNGKey(1), (…
-
`concatMapM` has multiple problems. For one, it has a rather confusing name for a function defined like this:
```haskell
concatMapM
:: ( Applicative f
, Monoid m
, Container (…
-
The recent discussion in issue #1888 concerning the correct definition of `Module` drew my attention to the (almost?) complete (?) lack of any treatment of algebraic substructures, and the correspondi…
-
-
This module should contain thrift mappings for all Algebird case classes. Out of this we'll publish scrooge and java jars of these structs.
-
This Issue is complete once the library includes these instances.
```haskell
instance Monoid Property where mempty = property True
instance Semigroup Property where () = (.&&.)
```
I'm presum…
-
Currently, `ModuleElement.__mul__` raises an error when both elements have the same parent. Hence, in order to define a ring structure, one must not start with `ModuleElement`, which is bad, since s…
-
love the sitting animation.
Butt, player keeps sitting after moving away from the chair
-
First, lets say that implementing the project was very difficult task, and all my ramblings are not critique and not any detriment to the work done. I just discuss cleaning-up things after the creatio…