1
Fork 0

Add reverse state

This commit is contained in:
prescientmoon 2024-10-12 03:49:58 +02:00
parent 4810f54c4f
commit 6e5b85fadc
Signed by: prescientmoon
SSH key fingerprint: SHA256:WFp/cO76nbarETAoQcQXuV+0h7XJsEsOCI0UsyPIy6U

View file

@ -20,6 +20,7 @@
| [proofs](./proofs) | Attempt at expressing mathematical proofs using Purescript's effect system | | [proofs](./proofs) | Attempt at expressing mathematical proofs using Purescript's effect system |
| [purebird](./purebird) | Flappy-bird game | | [purebird](./purebird) | Flappy-bird game |
| [purpleflow](./purpleflow) | Unfinished dependently-typed programming language | | [purpleflow](./purpleflow) | Unfinished dependently-typed programming language |
| [reverse-state](./reverse-state) | Implementation of, (drum roll), reverse state |
| [slice](./slice) | Basic benchmarks and a `Slice` type | | [slice](./slice) | Basic benchmarks and a `Slice` type |
| [sprint](./sprint) | Failled effect-system based on typelevel lists | | [sprint](./sprint) | Failled effect-system based on typelevel lists |
| [strategy](./strategy) | Unfinished attempt at implementing a mixed strategy nash equilibrium solver | | [strategy](./strategy) | Unfinished attempt at implementing a mixed strategy nash equilibrium solver |