From fc590bfb27af0fc0e0e2d1408bddd7d4573ed5d1 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 5 Mar 2013 11:05:23 +0100 Subject: [PATCH] add new containers to containers.mllib --- containers.mllib | 3 +++ 1 file changed, 3 insertions(+) diff --git a/containers.mllib b/containers.mllib index d0b89a18..385cecc5 100644 --- a/containers.mllib +++ b/containers.mllib @@ -3,3 +3,6 @@ Deque Graph Cache FlatHashtbl +SplayTree +PHashtbl +Heap