~alcinnz/hurl

ref: ffbfedf62b15960138f418f5b16705b5915805df hurl/src/Network/URI/Types.hs -rw-r--r-- 200 bytes
ffbfedf6 — Adrian Cochrane Fix what's now a syntax error (whitespace-separated @). 1 year, 2 months 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
}