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