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