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