X-Git-Url: http://git.hcoop.net/bpt/portal.git/blobdiff_plain/56dbfc3052067bd1e3fa086e08cb96d783762ad6..96bd398ee746f9f2975bc06b24fcbe7e430164fb:/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