X-Git-Url: https://git.hcoop.net/hcoop/zz_old/portal.git/blobdiff_plain/7f97ec9762745b16be7f8acfed70ff9750d53eb1..4a463a2e19b2787d01107e2157a5607b79e460f9:/poll.sig diff --git a/poll.sig b/poll.sig index d459f04..8111fe9 100644 --- a/poll.sig +++ b/poll.sig @@ -36,4 +36,9 @@ signature POLL = sig val noDupes : ''a list -> bool val listVoters : int -> Init.user list -end \ No newline at end of file + (* This operates on choice IDs. *) + + (* These operate on poll IDs. *) + val countVoters : int -> int + val listPollVoters : int -> Init.user list +end