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