From 348dc88775fac78f5c1afa30c4f00d6d14dff592 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Sun, 12 Feb 2017 23:07:52 +1100 Subject: Election counting now works, logging improved from Haskell version, still need to fix exhausted paper collection --- src/bundles-containers.ads | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/bundles-containers.ads') diff --git a/src/bundles-containers.ads b/src/bundles-containers.ads index d405e7e..9d52039 100644 --- a/src/bundles-containers.ads +++ b/src/bundles-containers.ads @@ -20,9 +20,12 @@ package Bundles.Containers is "=" => Bundle_Vectors."="); + subtype Bundle_Map is Bundle_Maps.Map; + + procedure Read_Bundles (Filename : in String; - Result : out Bundle_Maps.Map); + Result : out Bundle_Map); end Bundles.Containers; -- cgit