Skip to content

Commit 07f7954

Browse files
committed
chore(servant-foreign): remove dead type Frag
It is not used anywhere and also not exported.
1 parent a026509 commit 07f7954

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

servant-foreign/src/Servant/Foreign/Internal.hs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ captureArg _ = error "captureArg called on non capture"
8585

8686
type Path f = [Segment f]
8787

88-
newtype Frag f = Frag { unFragment :: Arg f }
89-
deriving (Data, Eq, Show, Typeable)
90-
91-
makePrisms ''Frag
92-
9388
data ArgType
9489
= Normal
9590
| Flag

0 commit comments

Comments
 (0)