validate-0.0: Validate

Data.GenericString

Documentation

class IsString t => Str t whereSource

Methods

readToMaybeStr :: Read b => t -> Maybe bSource

showToStr :: Show b => b -> tSource

appendStr :: t -> t -> tSource

foldrStr :: (Char -> b -> b) -> b -> t -> bSource

strToString :: t -> StringSource