make ReqBody kind polymorphic (for a test)

This commit is contained in:
Alp Mestanogullari 2014-12-10 16:14:58 +01:00
parent 6836eb6bcc
commit 9aeb295955

View File

@ -1,3 +1,4 @@
{-# LANGUAGE PolyKinds #-}
module Servant.API.ReqBody where
-- | Extract the request body as a value of type @a@.