Module

Data.URI.Common

Package
purescript-uri
Repository
slamdata/purescript-uri

#wrapParser Source

wrapParser :: forall a. Parser a -> Parser String -> Parser a

#parseFragmentOrQuery Source

#printFragmentOrQuery Source

#rxPrintable Source

#PCTEncoded Source

newtype PCTEncoded

Constructors

#match1From Source

#match1FromImpl Source

match1FromImpl :: (forall a. a -> Maybe a) -> (forall a. Maybe a) -> Regex -> Int -> String -> (Maybe String)