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