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