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