sprinkles-0.6.0.0: JSON API to HTML website wrapper
Web.Sprinkles.MatchedText
data MatchedText Source #
Constructors
Defined in Web.Sprinkles.MatchedText
Methods
(==) :: MatchedText -> MatchedText -> Bool #
(/=) :: MatchedText -> MatchedText -> Bool #
readsPrec :: Int -> ReadS MatchedText #
readList :: ReadS [MatchedText] #
readPrec :: ReadPrec MatchedText #
readListPrec :: ReadPrec [MatchedText] #
showsPrec :: Int -> MatchedText -> ShowS #
show :: MatchedText -> String #
showList :: [MatchedText] -> ShowS #
fromString :: String -> MatchedText #
Associated Types
type Rep MatchedText :: * -> * #
from :: MatchedText -> Rep MatchedText x #
to :: Rep MatchedText x -> MatchedText #
toGVal :: MatchedText -> GVal m #