chore(servant-foreign): remove dead type `Frag`

It is not used anywhere and also not exported.
This commit is contained in:
Philip Patsch 2021-02-03 13:00:01 +01:00
parent a0265097e8
commit 07f7954cc6
1 changed files with 0 additions and 5 deletions

View File

@ -85,11 +85,6 @@ captureArg _ = error "captureArg called on non capture"
type Path f = [Segment f]
newtype Frag f = Frag { unFragment :: Arg f }
deriving (Data, Eq, Show, Typeable)
makePrisms ''Frag
data ArgType
= Normal
| Flag