Created
October 7, 2020 19:28
-
-
Save entzik/06e375f35887ae4a1889084d670121c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
template Doodle | |
with | |
name: Text | |
organizer: Party | |
voters: [Party] | |
options: [Text] | |
votes: TextMap VotingSlot | |
open: Bool | |
where | |
signatory organizer | |
observer voters | |
ensure (unique voters) && (unique options) | |
key (organizer, name): (Party, Text) | |
maintainer (fst key) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment