ref: 6e00abdd457f19f3ca2d55dc32f175b6f62aed90 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]