ref: f7223e89e63a69b557ab4287128d1ec6ef5190c9 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]