ref: 5c79f3d3f6e4967c1a60a9a079ab3335c3a948ec 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]