extra-1.6.15: src/Text/Read/Extra.hs
-- | This module provides "Text.Read" with functions added in later versions.
--
-- Currently this module has no functionality beyond "Text.Read".
module Text.Read.Extra(
module Text.Read,
) where
import Text.Read