chore(servant-foreign): remove dead type Frag
It is not used anywhere and also not exported.
This commit is contained in:
parent
a0265097e8
commit
07f7954cc6
1 changed files with 0 additions and 5 deletions
|
@ -85,11 +85,6 @@ captureArg _ = error "captureArg called on non capture"
|
||||||
|
|
||||||
type Path f = [Segment f]
|
type Path f = [Segment f]
|
||||||
|
|
||||||
newtype Frag f = Frag { unFragment :: Arg f }
|
|
||||||
deriving (Data, Eq, Show, Typeable)
|
|
||||||
|
|
||||||
makePrisms ''Frag
|
|
||||||
|
|
||||||
data ArgType
|
data ArgType
|
||||||
= Normal
|
= Normal
|
||||||
| Flag
|
| Flag
|
||||||
|
|
Loading…
Reference in a new issue