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