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