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