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