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