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