pandora-0.1.9: Pandora/Pattern/Junction/Composition.hs
module Pandora.Pattern.Junction.Composition (Composition (..)) where
class Composition t where
{-# MINIMAL unwrap #-}
type Primary t a :: *
unwrap :: t a -> Primary t a
module Pandora.Pattern.Junction.Composition (Composition (..)) where
class Composition t where
{-# MINIMAL unwrap #-}
type Primary t a :: *
unwrap :: t a -> Primary t a