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