HasForeignType Python Text (a :: Symbol) Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text Bool Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text Int Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text ByteString Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text ByteString Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text Text Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text String Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text JSON Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text NoContent Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text a => HasForeignType Python Text ([a] :: Type) Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text a => HasForeignType Python Text ([Header a b] :: Type) Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text a => HasForeignType Python Text (Maybe a :: Type) Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text a => HasForeignType Python Text (Headers (Header a b ': ([] :: [Type])) c :: Type) Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text a => HasForeignType Python Text (Headers a :: Type -> Type) Source # | |
Instance detailsDefined in Servant.PY.Python |
HasForeignType Python Text a => HasForeignType Python Text (Header a :: Type -> Type) Source # | |
Instance detailsDefined in Servant.PY.Python |