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