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