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