]> Git — Sourcephile - haskell/symantic-http.git/blob - Language/Symantic/HTTP/URI.hs
Stop here to redesign the API à la sprintf/scanf
[haskell/symantic-http.git] / Language / Symantic / HTTP / URI.hs
1 {-# OPTIONS_GHC -fno-warn-orphans #-}
2 module Language.Symantic.HTTP.URI
3 ( URI(..)
4 , URIAuth(..)
5 , parseURI
6 ) where
7 import Network.URI