deptrack-core-0.1.0.0: DepTrack Core types and model.
DepTrack.DepCrumb
data DepCrumb a Source #
Constructors
Defined in DepTrack.DepCrumb
Methods
fmap :: (a -> b) -> DepCrumb a -> DepCrumb b #
(<$) :: a -> DepCrumb b -> DepCrumb a #
showsPrec :: Int -> DepCrumb a -> ShowS #
show :: DepCrumb a -> String #
showList :: [DepCrumb a] -> ShowS #