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