ref: 4bbd2e1708cb216e94efd7251ce18cff2bb04243 dir: /lib/Data/Char_Type.hs/
module Data.Char_Type(Char, String) where import Primitives import Data.List_Type type String = [Char]