ghc-exactprint-1.9.0.0: tests/examples/ghc910/ErrorSpec.hs
module ErrorSpec where
type ErrorChoiceApi
= "path0" :> Get '[JSON] Int -- c0
:<|> "path4" :> (ReqBody '[PlainText] Int :> Post '[PlainText] Int -- c4
:<|> ReqBody '[PlainText] Int :> Post '[JSON] Int) -- c5
:<|> "path5" :> (ReqBody '[JSON] Int :> Post '[PlainText] Int -- c6
:<|> ReqBody '[PlainText] Int :> Post '[PlainText] Int) -- c7