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