sourcephile
/
git
/
haskell
/
symantic-http.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Factorizing captures is semantically wrong
[haskell/symantic-http.git]
/
symantic-http
/
Symantic
/
HTTP
/
URI.hs
1
{-# OPTIONS_GHC -fno-warn-orphans #-}
2
module Symantic.HTTP.URI
3
( URI(..)
4
, URIAuth(..)
5
, parseURI
6
) where
7
import Network.URI