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