Graphics.Text.Font.Choose.StrSet
Description
A set of strings to match.
newtype StrSet Source #
Constructors
Fields
Defined in Graphics.Text.Font.Choose.StrSet
Methods
arbitrary :: Gen StrSet #
shrink :: StrSet -> [StrSet] #
readsPrec :: Int -> ReadS StrSet #
readList :: ReadS [StrSet] #
readPrec :: ReadPrec StrSet #
readListPrec :: ReadPrec [StrSet] #
showsPrec :: Int -> StrSet -> ShowS #
show :: StrSet -> String #
showList :: [StrSet] -> ShowS #
(==) :: StrSet -> StrSet -> Bool #
(/=) :: StrSet -> StrSet -> Bool #
toObject :: StrSet -> Object #
fromObject :: Object -> Maybe StrSet #
module Data.Set
validStrSet :: StrSet -> Bool Source #