Skip to content

Commit

Permalink
Don't match on 'In the instance declaration'
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok authored Jun 22, 2024
1 parent 2950d5d commit 86aaa91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion servant/src/Servant/API/TypeLevel.hs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ families are not evaluated (see https://ghc.haskell.org/trac/ghc/ticket/12048).
-- ...
-- ...Only one Fragment allowed per endpoint in api...
-- ...
-- ...In the instance declaration for...
class FragmentUnique api => AtMostOneFragment api

instance AtMostOneFragment (Verb m s ct typ)
Expand Down

0 comments on commit 86aaa91

Please sign in to comment.