From 354bee8d325da042c651524ee8600a29689fe106 Mon Sep 17 00:00:00 2001 From: Ivan Lazar Miljenovic Date: Fri, 6 Oct 2017 10:54:55 +1100 Subject: [PATCH] Remove unused uncurry3 function --- servant-docs/src/Servant/Docs/Internal.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/servant-docs/src/Servant/Docs/Internal.hs b/servant-docs/src/Servant/Docs/Internal.hs index 5fa72f4c..d17c0a87 100644 --- a/servant-docs/src/Servant/Docs/Internal.hs +++ b/servant-docs/src/Servant/Docs/Internal.hs @@ -724,9 +724,6 @@ markdownWith ApiOptions{..} api = unlines $ xs -> formatBodies _responseExamples xs -uncurry3 :: (a -> b -> c -> d) -> (a,b,c) -> d -uncurry3 f (a,b,c) = f a b c - -- * Instances -- | The generated docs for @a ':<|>' b@ just appends the docs