From 68dfbea2a066c4d96c23aac434e4f2781b0da8df Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Thu, 14 Mar 2013 14:13:45 +0100 Subject: [PATCH] add hashset to containers --- containers.mllib | 1 + 1 file changed, 1 insertion(+) diff --git a/containers.mllib b/containers.mllib index ae106d5d..7d377ec1 100644 --- a/containers.mllib +++ b/containers.mllib @@ -5,6 +5,7 @@ Cache FlatHashtbl FHashtbl FQueue +Hashset SplayTree PHashtbl Heap