-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Simple open product type -- -- This is very small helper package without any dependencies @package with @version 0.1.0 module Data.With -- | Open prduct type data (:&:) a b (:&:) :: a -> b -> (:&:) a b type With = (:&:)