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