ref: dc44e7daef20e01088ba4ed8e287dcf8a7df8c07 dir: /lib/Data/Char_Type.hs/
module Data.Char_Type(Char, String) where import Prelude() -- do not import Prelude import Primitives import Data.List_Type type String = [Char]