-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Validity instances for text
--   
--   Please see README.md
@package validity-text
@version 0.2.0.1

module Data.Validity.Text

-- | A text is valid if the internal structure is consistent.
instance Data.Validity.Validity Data.Text.Internal.Text
