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