-
Hello there. I was thinking about this library recently and was a little confused in my mind about what happens to leftovers on a "server" or a "client" when they're connected together via `>->`. In f…
-
It would be nice to support well-typed-by-construction expression types, such as [nested abstract syntax](https://math.unice.fr/~ah/div/fsubwf.pdf) where we have `expr : Type -> Type`, we label both v…
-
Currently, `+g` is called "group operation" (see ~df-plusg), and `gsum` is called "group sum" (see ~df-gsum), or "finitely supported group sum" (see constant definition ~cgsu).
Since these symbols …
-
We define
- the subspace/submodule of symmetric matrices
- the cone of positive-semidefinite matrices (with `ambient` = the full matrix space; `affine_hull` = the above subspace), implementing the A…
-
When you have multiple declarations with the same property name in a single block, CSS automatically collapses them for you, retaining only the last one. While we shouldn't opt the generic parser int…
-
This was surprising to me:
```
sage: ZZ in Ideals(ZZ)
False
```
Should be easy enough to fix as it is just a missed case in the custom `__contains__` method.
Component: **categories**
_Issue crea…
-
### Explanation
As can be seen in #1, the current design only considers a subset of folding functions, since it was built (with partial folds in mind) upon a specific use case (see https://gist.git…
-
Note: This was originally a question on [stack exchange](https://stackoverflow.com/questions/56686950/idris-having-trouble-with-nested-auto-implicits), but I got no response there, and this seems like…
-
When instance resolution fails because of overlapping instances, the error message lists the candidates, but it is not very clear about the fact that it stops searching *because* there is more than on…
-
Hello,
I just discovered `exceptional` and I see you're trying to introduce a few ideas from Haskell to Elixir, which is nice. With that given said, I was wondering if you could give me a few ideas…
walkr updated
7 years ago