web-view-0.4.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 #

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 #