Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data CurrentTag Source #
Instances
Generic CurrentTag Source # | |
Defined in Proteome.Data.CurrentTag type Rep CurrentTag :: Type -> Type # from :: CurrentTag -> Rep CurrentTag x # to :: Rep CurrentTag x -> CurrentTag # | |
Show CurrentTag Source # | |
Defined in Proteome.Data.CurrentTag showsPrec :: Int -> CurrentTag -> ShowS # show :: CurrentTag -> String # showList :: [CurrentTag] -> ShowS # | |
Eq CurrentTag Source # | |
Defined in Proteome.Data.CurrentTag (==) :: CurrentTag -> CurrentTag -> Bool # (/=) :: CurrentTag -> CurrentTag -> Bool # | |
type Rep CurrentTag Source # | |
Defined in Proteome.Data.CurrentTag type Rep CurrentTag = D1 ('MetaData "CurrentTag" "Proteome.Data.CurrentTag" "proteome-0.9.10-48XxF3xo2MP5xTrET0738Y" 'False) (C1 ('MetaCons "CurrentTag" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "locations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Zipper (TagLoc (Path Abs File)))))) |
pattern CurrentLoc :: TagLoc (Path Abs File) -> CurrentTag Source #