Skip to content

Instantly share code, notes, and snippets.

@entzik
Created October 7, 2020 19:28
Show Gist options
  • Save entzik/06e375f35887ae4a1889084d670121c2 to your computer and use it in GitHub Desktop.
Save entzik/06e375f35887ae4a1889084d670121c2 to your computer and use it in GitHub Desktop.
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