summaryrefslogtreecommitdiff
path: root/src/bundles-containers.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-12 23:07:52 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-12 23:07:52 +1100
commit348dc88775fac78f5c1afa30c4f00d6d14dff592 (patch)
treeb96db643d0642edf54242da5c672f3096bb98e22 /src/bundles-containers.ads
parent60b2207a469a5a1e7a7e5619a8eb1b01c67f314a (diff)
Election counting now works, logging improved from Haskell version, still need to fix exhausted paper collection
Diffstat (limited to 'src/bundles-containers.ads')
-rw-r--r--src/bundles-containers.ads5
1 files changed, 4 insertions, 1 deletions
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;