ref: 73f023074f6ae776e2dafcff71ff0b78e8af5231 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]