ref: 9f1cedc551b0edfa8c13d54c2577604c49d9f908 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]