1
Fork 0
solar-conflux/purescript/canopy/README.md
2023-10-29 01:13:57 +02:00

13 lines
930 B
Markdown

# Canopy
This directory contains an (unfinished) attempt at writing a [Diplomacy](<https://en.wikipedia.org/wiki/Diplomacy_(game)>) adjudecation engine.
## File structure
| File | Description |
| ---------------------------------------- | ------------------------------------------------------------------------------ |
| [Tagless.purs](./src/Tagless.purs) | Experiments regarding tagless representations of inductive types |
| [Graph.purs](./src/Graph.purs) | Simple directed-graph type |
| [DipMap.purs](./src/DipMap.purs) | Representation for diplomacy maps |
| [Adjudecate.purs](./src/Adjudecate.purs) | Types for logical propositions. The adjudecation logic was supposed to go here |