]> Git — Sourcephile - majurity.git/commit
protocol: work around to avoid ConstraintKinds
authorJulien Moutinho <julm+hjugement@autogeree.net>
Wed, 30 Oct 2019 00:57:55 +0000 (00:57 +0000)
committerJulien Moutinho <julm+hjugement@autogeree.net>
Wed, 30 Oct 2019 00:58:04 +0000 (00:58 +0000)
commit064b4c11cc49d595039393b6771e27ab67066065
tree09a3613c29dde81b9b919267c609a75ae427c34d
parent4ece36d277ddb11bc7dc1fe34a4d4604f13be04f
protocol: work around to avoid ConstraintKinds

NOTE: in the hope to keep the Haskell code
as close as possible to the (future) PureScript code.
hjugement-protocol/hjugement-protocol.cabal
hjugement-protocol/src/Voting/Protocol/Election.hs
hjugement-protocol/src/Voting/Protocol/FFC.hs
hjugement-protocol/tests/HUnit/Credential.hs
hjugement-protocol/tests/HUnit/Election.hs
hjugement-protocol/tests/HUnit/FFC.hs
hjugement-protocol/tests/HUnit/Trustee/Indispensable.hs
hjugement-protocol/tests/QuickCheck/Election.hs
hjugement-protocol/tests/QuickCheck/Trustee.hs