lackey-0.2.0: library/Lackey/Internal/PathSegment.hs
module Lackey.Internal.PathSegment where
data PathSegment
= PathLiteral String
| PathCapture String
deriving (Eq, Ord, Read, Show)
module Lackey.Internal.PathSegment where
data PathSegment
= PathLiteral String
| PathCapture String
deriving (Eq, Ord, Read, Show)