License | BSD-style |
---|---|
Maintainer | foundation |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Foundation.VFS.URI
Description
- data URI = URI
- data URISchema = URISchema
- data URIAuthority = URIAuthority
- data URIQuery = URIQuery
- data URIFragment = URIFragment
- data URIPath = URIPath
Documentation
data URI
TODO this is not implemented yet
Constructors
URI |
Instances
Path URI | |
type PathEnt URI = URIPath | |
type PathPrefix URI = (URISchema, URIAuthority) | |
type PathSuffix URI = (URIQuery, URIFragment) |
data URIAuthority
Constructors
URIAuthority |
data URIFragment
Constructors
URIFragment |