[sledge] Add CCBijection to Nonstdlib

Reviewed By: jvillard

Differential Revision: D25146170

fbshipit-source-id: 8664dc128
master
Josh Berdine 4 years ago committed by Facebook GitHub Bot
parent bb4c1e1133
commit 2b89fa531a

@ -157,6 +157,7 @@ include module type of IArray.Import
module Set = Set
module Map = Map
module Multiset = Multiset
module Bijection = CCBijection [@@warning "-49"]
module FHeap = Fheap [@@warning "-49"]
module HashSet = HashSet
module HashTable = HashTable

@ -130,6 +130,7 @@ module Either = struct
end
module Pair = Containers.Pair
module Bijection = CCBijection [@@warning "-49"]
module FHeap = Fheap [@@warning "-49"]
module HashQueue = Core_kernel.Hash_queue

Loading…
Cancel
Save