1
Fork 0
solar-conflux/purescript/canopy
2023-10-29 01:13:57 +02:00
..
src Add canopy 2023-10-29 00:44:23 +02:00
test Add canopy 2023-10-29 00:44:23 +02:00
.gitignore Add canopy 2023-10-29 00:44:23 +02:00
packages.dhall Add canopy 2023-10-29 00:44:23 +02:00
README.md Document purescript experiments 2023-10-29 01:13:57 +02:00
spago.dhall Add canopy 2023-10-29 00:44:23 +02:00

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