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