.. | ||
src | ||
test | ||
.gitignore | ||
packages.dhall | ||
README.md | ||
spago.dhall |
Canopy
This directory contains an (unfinished) attempt at writing a Diplomacy adjudecation engine.
File structure
File | Description |
---|---|
Tagless.purs | Experiments regarding tagless representations of inductive types |
Graph.purs | Simple directed-graph type |
DipMap.purs | Representation for diplomacy maps |
Adjudecate.purs | Types for logical propositions. The adjudecation logic was supposed to go here |