Remove unused uncurry3 function
This commit is contained in:
parent
09896b5f39
commit
354bee8d32
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue