~alcinnz/hurl

ref: cdc252ef0c0155c55282ca43b7b855d4120336e2 hurl/src/Network/URI/Types.hs -rw-r--r-- 200 bytes
cdc252ef — Adrian Cochrane Various fixes. 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
module Network.URI.Types(Application(..)) where

import Network.URI

data Application = Application {
    name :: String,
    icon :: URI,
    description :: String,
    appId :: String -- internal
}