-
In standard Qi, flows are functions, and their semantics are function invocation. We've often talked about alternative semantics for flows. Let's look at a few especially interesting ideas, in connect…
-
I learned from Dan Doel [here](https://proofassistants.stackexchange.com/a/964) that the following definition is accepted:
```agda
record Stream (A : Set) : Set where
coinductive
constructor _…
-
A matlab/matplotlib polar plot should be converted into a polaraxis object of pgfplots
``` python
width, height = matplotlib.rcParams['figure.figsize']
size = min(width, height)
# make a square figur…
-
I find it could be more useful to implement a portion of enriched category theory which is enriched in a symmetric monoidal category. one sweet spot is that opposites exist and that many categories ar…
-
From APUPA created by [bertanimauro](https://github.com/bertanimauro): bertanimauro/APUPA#8
Quando in un grafo entri in un ciclo il numero divente uncomputable, ossia periodico. Con la logica si …
-
Hi James, thanks for creating this language, this is a great idea!
I would like to propose a new feature. Currently, functions written in point-free style are quite hard to read:
```
ar squarePlu…
-
Hi Ferdinand,
This is some longer list of typos/comments on your K-theory notes. (For now it's only chapter I; I might also go through the later chapters in this much detail in the semester break.…
-
Hello,
Here is a piece of code where I try to categorize a face using Handle_Geom_Plane_DownCast, Handle_Geom_CylindricalSurface_DownCast, ... I provide below the stp file contents (just a sphere)…
-
This metaticket collects tickets related to manifolds in Sage 9.3 or higher. For the initial implementation of manifolds in Sage up to version 9.2, see the metaticket 1: #18528.
The works listed h…
-
(Max, feel free to delete/rewrite this issue)
So far, product of presheaves exists [here](https://github.com/maxsnew/cubical-categorical-logic/blob/018eb366af6ca889316fb76de3448a0c669d4169/Cubical/…