-
Hi there
I'd like to use something like view::reduce, view::accumulate to express lazy reductions of regular monoids or semigroups.
How can this be done? For a basic example, let's just say we w…
-
It might be nice to impose "default order" constraints, such as
* For all types `T`, put `Semigroup` before `mappend` (i.e., `Semigroup__T` before `Monoid__T_mappend`)
* For all types `T`, put `Eq…
-
Right now a `Cone` is not a parent, and it does not have a specific category.
```
sage: C = Cone([[1,0], [1,5]])
sage: C.category()
Category of objects
```
I am wondering whether suitable categorie…
-
A minimal Cabal package description:
~~~~
Cabal-Version: 2.4
Name: cabal-cond-main
Version: 0.1
Flag alternative
Description: Alternative implementation
Defa…
-
I believe the install is correct, however could be wrong.
the Execute the jar line 'HARMONY_HOST LOGITECH_USERNAME LOGITECH_PASSWORD' I've swapped out with IP address and username(email) and passwo…
-
Currently there are many Data.List reexports that could be generalized to working on any monoid. Would you welcome a PR generalizing those?
-
```
What steps will reproduce the problem?
1. Wrap an existing iterable using IterableW.wrap
2. map a function over resulting IterableW
What is the expected output? What do you see instead?
I would e…
-
Consider the following message:
Hole 'h' has the inferred type
s0 -> Array (HTML p1 t2)
You could substitute the hole with one of these values:
h …
-
Many of the fields use `configField l configField r`. This means the value on the left overrides the value on the right. I noticed that this isn't uniformly followed. For example,
> ```
> , config…
-
Lectures on Semantics: The initial algebra and final coalgebra perspectives
Peter Aczel (1997)
A Tutorial on (Co)Algebras and (Co)Induction: https://fldit-www.cs.tu-dortmund.de/~peter/JR.pdf
Bart…