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