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