ref: 653921c9a3819e1b0260f72ef1e2eb44db8a34fc 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]