rest-types-1.14.1.1: Silk Rest Framework Types

Safe HaskellNone
LanguageHaskell98

Rest.Types.ShowUrl

Documentation

class ShowUrl a where #

Minimal complete definition

showUrl

Methods

showUrl :: a -> String #

Instances

ShowUrl Int # 

Methods

showUrl :: Int -> String #

ShowUrl Integer # 

Methods

showUrl :: Integer -> String #

ShowUrl String # 

Methods

showUrl :: String -> String #

ShowUrl Text # 

Methods

showUrl :: Text -> String #

ShowUrl Text # 

Methods

showUrl :: Text -> String #

ShowUrl UUID # 

Methods

showUrl :: UUID -> String #