From c0b7c65de2ac4980bb3f6a92b4ec319097060c6d Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Sat, 22 Nov 2014 17:29:22 +0100 Subject: [PATCH] haddocks tweak --- src/Servant/API/Delete.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Servant/API/Delete.hs b/src/Servant/API/Delete.hs index 404f9cfd..59164412 100644 --- a/src/Servant/API/Delete.hs +++ b/src/Servant/API/Delete.hs @@ -22,8 +22,6 @@ import Servant.Server -- -- > -- DELETE /books/:isbn -- > type MyApi = "books" :> Capture "isbn" Text :> Delete --- --- corresponds to a DELETE HTTP request at @/books/:isbn@. data Delete deriving Typeable