hurl-2.1.0.1: src/Network/URI/Types.hs
module Network.URI.Types(Application(..)) where
import Network.URI
data Application = Application {
name :: String,
icon :: URI,
description :: String,
appId :: String -- internal
}
module Network.URI.Types(Application(..)) where
import Network.URI
data Application = Application {
name :: String,
icon :: URI,
description :: String,
appId :: String -- internal
}