packages feed

darcs-2.10.0: src/Darcs/Patch/Type.hs

module Darcs.Patch.Type ( PatchType(..), patchType ) where

-- |Used for indicating a patch type without having a concrete patch
data PatchType (p :: * -> * -> *) = PatchType

patchType :: p wX wY -> PatchType p
patchType _ = PatchType