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