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 /kernel/sorts.ml | |
| parent | e4ac6f91e8d95a168cdaeaec72cf761b7b6da4b7 (diff) | |
Ensuring the good invariants of hashcons table generation in the API.
Diffstat (limited to 'kernel/sorts.ml')
| -rw-r--r-- | kernel/sorts.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sorts.ml b/kernel/sorts.ml index bfcdc0b4df..1462aad910 100644 --- a/kernel/sorts.ml +++ b/kernel/sorts.ml @@ -104,4 +104,4 @@ module Hsorts = let hash = Hashtbl.hash (** FIXME *) end) -let hcons = Hashcons.simple_hcons Hsorts.generate hcons_univ +let hcons = Hashcons.simple_hcons Hsorts.generate Hsorts.hcons hcons_univ |
