validated-types-0.1.1: Type-level constraints on strings and other input

Safe HaskellSafe
LanguageHaskell2010

Data.CharLength

Synopsis

Documentation

class CharLength a where Source #

tools to detect the length of a type

Minimal complete definition

charOut, charIn

Methods

charLength :: a -> Int Source #

charOut :: a -> Text Source #

charIn :: Text -> a Source #