ref: 1c9763a53ce092c43b435aa4fce3050caf3ae508 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]