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