ref: 14b13a6bec40689de59601a8b5d9c1491a6a9b8d 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]