ref: 0c1a6083d2e4108b0cc25b1018d7f7902e2be54c 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]