-
[Barr-Wells-ctcs.pdf](http://www.math.mcgill.ca/triples/Barr-Wells-ctcs.pdf)
- [ ] 1 Preliminaries 1
- [ ] 1.1 Sets 1
- [ ] 1.2 Functions 3
- [ ] 1.3 Graphs 8
- [ ] 1.4 Homomorphisms of graphs…
-
- [ ] time range #52
- [ ] event type #53
- [ ] filter recipients #54
Should this be done by `cdk-triggers` during deploy or should we allow this to be initiated ad-hoc via some sort of API?
-
I find this surprising:
```lean
example : {a : Nat} → a+1 = a.succ := rfl -- works
example : {a : Nat} → a+1 = a.succ := by exact rfl -- works
example : {a : Nat} → a+1 = a.succ := by apply rfl …
-
### Short summary
I would like to get rid of hidden implications in GAP completely. They can lead to counterintuitive problems, like the order in which packages were loaded can affect ranking; and …
-
Tried to do this myself. Failed miserably :)
Could not get pandoc to work - it did not include any of the `subfile`s, although according to [this issue](https://github.com/jgm/pandoc/issues/3530), th…
-
The unittest fails under Arch Linux:
```
g++ -DPACKAGE_NAME=\"mathicgb\" -DPACKAGE_TARNAME=\"mathicgb\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"mathicgb\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACK…
-
Here is YAAFSP: yet another anonymous function syntax proposal. I'm opening as an issue rather than a PR because I have no idea how to start implementing this, but if someone has some tips to get me s…
-
This is required for `extend` function. Would be interesting (but difficult) think on the way how to make `Message` data type extensible as well.
-
Initial implementation of Lie algebras in sage.
This will contain the following:
- Free Lie algebras
* Hall basis
* Lyndon basis
- Abelian Lie algebras
- Lie algebras from an associative algeb…
-
I tried the settings you recommended to increase the drop rate from the gravel sieve but it still doesn't even come close. After 2000 gravel sieved I still only ended up with a total of 6 gold lumps a…