Remove unused uncurry3 function

This commit is contained in:
Ivan Lazar Miljenovic 2017-10-06 10:54:55 +11:00
parent 09896b5f39
commit 354bee8d32

View file

@ -724,9 +724,6 @@ markdownWith ApiOptions{..} api = unlines $
xs -> xs ->
formatBodies _responseExamples xs formatBodies _responseExamples xs
uncurry3 :: (a -> b -> c -> d) -> (a,b,c) -> d
uncurry3 f (a,b,c) = f a b c
-- * Instances -- * Instances
-- | The generated docs for @a ':<|>' b@ just appends the docs -- | The generated docs for @a ':<|>' b@ just appends the docs