servant/servant-client/test/Servant/Client/TestServer/Types.hs
2016-05-13 15:41:07 +08:00

11 lines
177 B
Haskell

module Servant.Client.TestServer.Types where
import Network.Wai
data TestServer
= TestServer {
testServerName :: String,
testServerApp :: Application
}