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