-
Our current definition of fcg is:
```agda
module _ (𝒞 : Category 𝑖) {{_ : hasFiniteCoproducts 𝒞}} where
record isFiniteCoproductGenerated : 𝒰 𝑖 where
field fcgSize : ⟨ 𝒞 ⟩ -> 人ℕ
field f…
-
`VariantF` is an extensible version of `Coproduct`. We should have a `RecordF` for `Product`.
-
After reading the specs, I'm convinced I should have:
```scala
TPlus { type T
-
**Describe the bug**
text selection is incorrect when close to some math symbols
**Steps to Reproduce the behaviour**
1. Download https://webusers.imj-prg.fr/~pierre.schapira/LectNotes/CatShv…
-
Part of an effort to implement Jean-Baptiste Priez's external Combinatorial Hopf Algebra package into the Sage source code, began by the author in ticket #13793, and now being broken up into smaller…
-
I generated SF30000 dataset directly to ADLS Gen 2. What I observed is that after the major snapshots are written, there are significant delays due to single-threaded renaming of the output files. The…
-
At the Typelevel Summit in Oslo @non and @dwijnand asked/talked about refining values into a coproduct of a refined type and its "negation", e.g. something like `Either[T Refined Not[P], T Refined P]`…
-
I'm fairly sure `FreeAp w` is a `Comonad` whenever `w` is. One way to see this is to build it out of `Day`, `Identity` and `Coproduct`:
https://gist.github.com/paf31/fbc28d9f89f511cc65ab57731f31b27…
paf31 updated
7 years ago
-
### TODO
- [ ] #714
- [ ] Clean up commented code
- [x] Clean up unused imports (?)
- [x] #479
- [x] Add symbol for coproducts
- [x] Syntax for Id (?)
- [x] Change name of src/README (?)
- [ ]…
-
After seeing the request for AnonomousProduct, this got me thinking about #71 and I wanted to give a systematic description of what types we currently have to track naming inconsistencies.
My claim…