ref: 27216c2d63b3f2d9fe043a7a0c6ee725395d7aa4 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]