ref: fb1ea1419f29aeed4f943db2ee8d46b3833980b8 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]