Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Patrol.Type.BreadcrumbType
Documentation
data BreadcrumbType Source #
Constructors
Default | |
Http | |
Navigation |
Instances
ToJSON BreadcrumbType Source # | |
Defined in Patrol.Type.BreadcrumbType Methods toJSON :: BreadcrumbType -> Value # toEncoding :: BreadcrumbType -> Encoding # toJSONList :: [BreadcrumbType] -> Value # toEncodingList :: [BreadcrumbType] -> Encoding # | |
Show BreadcrumbType Source # | |
Defined in Patrol.Type.BreadcrumbType Methods showsPrec :: Int -> BreadcrumbType -> ShowS # show :: BreadcrumbType -> String # showList :: [BreadcrumbType] -> ShowS # | |
Eq BreadcrumbType Source # | |
Defined in Patrol.Type.BreadcrumbType Methods (==) :: BreadcrumbType -> BreadcrumbType -> Bool # (/=) :: BreadcrumbType -> BreadcrumbType -> Bool # |