Module Tezos_raw_protocol_alpha.Vote_repr

a protocol change proposal

type ballot =
  1. | Yay
  2. | Nay
  3. | Pass

votes can be for, against or neutral. Neutral serves to count towards a quorum

val equal_ballot : ballot -> ballot -> bool