add vote tally to Proposal datum

This commit is contained in:
Emily Martins 2022-03-26 16:07:21 +01:00
parent 4469671da0
commit ea042d666d
3 changed files with 64 additions and 9 deletions

8
agora/Agora/Effect.hs Normal file
View file

@ -0,0 +1,8 @@
{- |
Module : Agora.Effect
Maintainer : emi@haskell.fyi
Description: Helpers for constructing effects
Helpers for constructing effects.
-}
module Agora.Effect () where