From 6b2ec938010c50dae3ec6c87ff8ea7f2a4012b92 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 17 Dec 2014 19:12:11 +0100 Subject: Ensuring the good invariants of hashcons table generation in the API. --- lib/cString.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cString.ml') diff --git a/lib/cString.ml b/lib/cString.ml index 13ec4e9b70..b21df78cbc 100644 --- a/lib/cString.ml +++ b/lib/cString.ml @@ -171,4 +171,4 @@ module List = struct let equal l l' = CList.equal equal l l' end -let hcons = Hashcons.simple_hcons Hashcons.Hstring.generate () +let hcons = Hashcons.simple_hcons Hashcons.Hstring.generate Hashcons.Hstring.hcons () -- cgit v1.2.3