packages feed

servant-rawm-0.1.0.0: src/Servant/RawM/Internal/API.hs

{- |
Module      :  Servant.RawM.Internal.API

Copyright   :  Dennis Gosnell 2017
License     :  BSD3

Maintainer  :  Dennis Gosnell (cdep.illabout@gmail.com)

-}

module Servant.RawM.Internal.API where

import Data.Typeable (Typeable)

data RawM deriving Typeable