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