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