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