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