ref: 86275df67d7a36f429d28fa9f12ae7fb7f52f755 dir: /lib/Data/Char_Type.hs/
module Data.Char_Type(Char, String) where import Primitives import Data.List_Type type String = [Char]