~alcinnz/hurl

ref: bebe06d78263f5a749b5edba722dfc83342fcf47 hurl/src/Network/URI/Types.hs -rw-r--r-- 200 bytes
bebe06d7 — Adrian Cochrane Switch to different proposed HTML syntax for crypto-authentication. 2 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
}