ref: 1cf6dce4c28d3020699d04d8c2b98280c298e109 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]