-
Hi
I tested the pull #13 by making the change by hand to the code. Monoids are not used meaning that the default-template will compile and install with cabal even if there is 'import Data.Monoid' in t…
gspia updated
8 years ago
-
It's quite possible that I'm simply missing something simple, but I'm disturbed by this sentence (emphasis added):
> A value which has an Applicative must provide an `of` method on itself **or** its …
-
Originally reported by: **Anonymous**
---
```
#!gap
PJonesMonoid := function( n )
local cup, gap, ll, i, ext;
if n = 1 then
return RegularSemigroup( Monoid(
Bipar…
-
If a new major version of the spec is to be published, let's consider which changes should be made at that time. It's a rare opportunity to consider changes which are both breaking and nonessential.
…
-
Originally reported by: **Attila Egri-Nagy (Bitbucket: [egri-nagy](http://bitbucket.org/egri-nagy), GitHub: [egri-nagy](http://github.com/egri-nagy))**
---
```
#!python
gap> DegreeOfTransformationS…
-
Currently the "kinded" versions of `Eq`, `Semigroup`, and `Monoid` (that is, [`EqK`](https://github.com/non/cats/blob/master/laws/src/main/scala/cats/laws/discipline/EqK.scala), [`SemigroupK`](https:/…
-
So I free monoid representation proof, but I think it's redundant. I couldn't quite figure out how to remove these redundancies without running into problems with the termination checker. Do you have …
-
Right now, free (indexed) monoids do not know they are finitely generated (when the index set is finite of course), meaning that they cannot use the generic iteration. We fix this here.
Depends on …
-
Is there any reason why Sum() and Product() was implemented but not Max() or Min()?
They are all monoids. OP_MAX seems like it would be easy to add at the low level.
Use case is I wanted to easily e…
-
_migrated from Trac, where originally posted by **kohlhase** on 14-Jun-2009 4:37am_
We have the indenting, itemizing, ... separated from module MTXT traditionally, since it came later. Now we should …