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