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