packages feed

pandora-0.2.2: Pandora/Pattern/Functor/Extractable.hs

module Pandora.Pattern.Functor.Extractable (Extractable (..)) where

import Pandora.Core.Functor (type (<-|))
import Pandora.Pattern.Functor.Covariant (Covariant)

class Covariant t => Extractable t where
	extract :: a <-| t