diff options
| author | Pierre-Marie Pédrot | 2014-12-17 19:12:11 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-12-17 19:38:36 +0100 |
| commit | 6b2ec938010c50dae3ec6c87ff8ea7f2a4012b92 (patch) | |
| tree | bf02ac37d72cdfe17c765796632464ee42a8de58 /lib/cString.ml | |
| parent | e4ac6f91e8d95a168cdaeaec72cf761b7b6da4b7 (diff) | |
Ensuring the good invariants of hashcons table generation in the API.
Diffstat (limited to 'lib/cString.ml')
| -rw-r--r-- | lib/cString.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |
