ref: ffda7053c7418a374fe16ed1c7da8a024cfe7523 dir: /lib/Data/Char_Type.hs/
module Data.Char_Type(Char, String) where import Prelude() -- do not import Prelude import Primitives import Data.List_Type type String = [Char]