web-view-0.6.0: Type-safe HTML and CSS with intuitive layouts and composable styles.
Safe HaskellSafe-Inferred
LanguageGHC2021

Web.View.Types.Url

Documentation

data Url Source #

Constructors

Url 

Fields

Instances

Instances details
IsString Url Source # 
Instance details

Defined in Web.View.Types.Url

Methods

fromString :: String -> Url #

Monoid Url Source # 
Instance details

Defined in Web.View.Types.Url

Methods

mempty :: Url #

mappend :: Url -> Url -> Url #

mconcat :: [Url] -> Url #

Semigroup Url Source # 
Instance details

Defined in Web.View.Types.Url

Methods

(<>) :: Url -> Url -> Url #

sconcat :: NonEmpty Url -> Url #

stimes :: Integral b => b -> Url -> Url #

Read Url Source # 
Instance details

Defined in Web.View.Types.Url

Show Url Source # 
Instance details

Defined in Web.View.Types.Url

Methods

showsPrec :: Int -> Url -> ShowS #

show :: Url -> String #

showList :: [Url] -> ShowS #

Eq Url Source # 
Instance details

Defined in Web.View.Types.Url

Methods

(==) :: Url -> Url -> Bool #

(/=) :: Url -> Url -> Bool #