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