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