diff --git a/servant/src/Servant/API/TypeLevel.hs b/servant/src/Servant/API/TypeLevel.hs index e09cba47c..9e2f91119 100644 --- a/servant/src/Servant/API/TypeLevel.hs +++ b/servant/src/Servant/API/TypeLevel.hs @@ -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)