acme-smuggler-0.1.0.1: Smuggle arbitrary values in ()
Acme.Smuggler
Synopsis
inj :: Typeable t => t -> () Source #
fancy name for smuggle
prj :: Typeable t => () -> Maybe t Source #
fancy name for discover
smuggle :: Typeable t => t -> () Source #
discover :: Typeable t => () -> Maybe t Source #