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