-
There's a new kid on the block: `Selective` functor, a sub-class of `Applicative` and super-class of `Monad` in the traditional hierarchy.
It is special by having a method `select: f (Either a b) -> …
-
functors with mixed parameters and/or result needs decliate handling of names. After discussion with @vouillon , we can try the following scheme:
- On the client side, just erase all the server stuff
…
-
Cryptol, currently version 3.2.0, has introduced numerous features affecting course content authored around Cryptol 2.11 - 2.13.
- [ ] #237
- [ ] Introduce [`enum`](https://galoisinc.github.io/cry…
-
It will be good to have the structure
```Haskell
data ManyF (f :: k -> Type) (xs :: [k])
```
so that for each `x` in `xs` an element of type `f x` is stored.
This is a generalization of `Ma…
-
# Functor-and-Variance
[https://damhiya.github.io/posts/Functor-and-Variance.html](https://damhiya.github.io/posts/Functor-and-Variance.html)
-
For Map, Set and anything else which takes a comparison function.
-
-
Hi,
I'm trying to make use of parameterized modules / functors and maybe I'm missing something.
```ocaml
module type SomeSig = sig
val some_function : unit -> unit
end
module type SomeFu…
-
In class **SCellToPoint** in file **DGtal/topology/SCellFunctors.h**
Types Ouput, Input are declared **private**.
I suggest to make them **public** as in the other functors.
```
class SCellT…
-
### Functor & Monad
[Functor & Monad.pdf](https://github.com/JaeYeopHan/FE_study/files/1901513/Functor.Monad.pdf)
syahn updated
6 years ago