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