ref: 4bdb0c1286e7999f0dda6df5160337c02bc089b3 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]