Data.BAByNF.Core.RefDict
data RefDict a b where Source #
Constructors
Defined in Data.BAByNF.Core.RefDict
Methods
showsPrec :: Int -> RefDict a b -> ShowS #
show :: RefDict a b -> String #
showList :: [RefDict a b] -> ShowS #
lookup :: a -> RefDict a b -> [b] Source #
lookup1 :: a -> RefDict a b -> Maybe b Source #