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