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