Data.Path
data Path Source #
Constructors
Defined in Data.Path
Methods
showsPrec :: Int -> Path -> ShowS #
show :: Path -> String #
showList :: [Path] -> ShowS #
data MaybePath Source #
showsPrec :: Int -> MaybePath -> ShowS #
show :: MaybePath -> String #
showList :: [MaybePath] -> ShowS #
type family Combine p1 p2 where ... Source #
Equations