-
I believe one should PR the content of this repo into mathlib bit by bit to preserve this repo. Afterall, a Chinese proverb says that "anything not PR'ed into mathlib is lost in time".
I imagine th…
-
I think, I have stumbled across a regression concerning Stream/traverse/foldmap. See the following diff:
https://github.com/wookietreiber/scala-hash/commit/85b8ae2cac75d208eac19a1af0ee38f6a5e2828c
T…
-
Use an adaptor to support job systems like Sidekiq, SuckerPunch, messaging systems like RabbitMQ, Amazon SMQ, and concurrency frameworks like Cellulloid
-
As discussed in #83:
I attached the most permissive state graph for `srHalfLatch`. Here pink arcs have the 'may-fire' semantics for outputs, while the usual black ones correspond to usual 'must-fir…
-
```
G为非空集合,如果在G上定义的二元运算op *,满足
(1)封闭性(Closure):对于任意a,b∈G,有a*b∈G
(2)结合律(Associativity):对于任意a,b,c∈G,有(a*b)*c=a*(b*c)
(3)幺元 (Identity):存在幺元e,使得对于任意a∈G,e*a=a*e=a
(4)逆元:对于任意a∈G,存在逆元a^-1,使得a^-1*a=a*a^-…
-
Hello thanks for this library :)
Do you think we could somehow abstract the `[state]` type for result paths?
If I'm not mistaken it could be a Monoid, Foldable instance, or possibly a custom Pat…
-
This issue is taken from the discussion in the mailing list: https://groups.google.com/forum/?fromgroups#!topic/scalaz/3yI9rJ2Srhw
Basically, the request is to have an overridable multiply for Semig…
-
I tried using Maybe2.
I understand the benefit of it not creating a Tuple2 instance.
However, since it does not have any type class instances other than `Show` and `IsCovariant` I am not sure how us…
-
Relation.Binary.Structures is parameterized by ``_≈_ : Rel A ℓ``,
and it puts
```
record IsEquivalence : Set (a ⊔ ℓ) where
field …
-
Recent work by
* [Chowdhury and Fiore](https://entics.episciences.org/10492/pdf), on the free commutative monoid in HoTT, and
* [Kupke, Forsberg, and Watters](https://personal.cis.strath.ac.uk/fred…