vinyl-plus-0.1.1: Vinyl records utilities

Safe HaskellNone
LanguageHaskell2010

Data.TypeMap

Documentation

insert :: Typeable a => f a -> TypeMap f -> TypeMap f Source

lookup :: forall a f. Typeable a => TypeMap f -> Maybe (f a) Source

lookup' :: Typeable a => proxy a -> TypeMap f -> Maybe (f a) Source