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