make ReqBody kind polymorphic (for a test)
This commit is contained in:
parent
6836eb6bcc
commit
9aeb295955
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
{-# LANGUAGE PolyKinds #-}
|
||||||
module Servant.API.ReqBody where
|
module Servant.API.ReqBody where
|
||||||
|
|
||||||
-- | Extract the request body as a value of type @a@.
|
-- | Extract the request body as a value of type @a@.
|
||||||
|
|
Loading…
Reference in a new issue