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