llvm-hs-9.0.0: General purpose LLVM bindings
Safe HaskellNone
LanguageHaskell2010

LLVM.Internal.InstructionDefs

Documentation

innerJoin :: Ord k => Map k a -> Map k b -> Map k (a, b) Source #

outerJoin :: Ord k => Map k a -> Map k b -> Map k (Maybe a, Maybe b) Source #