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