ref: 7ae7d07f0b97bce384239c1f7c1ae4d407e7524c dir: /lib/Data/Char_Type.hs/
module Data.Char_Type(Char, String) where import Prelude() -- do not import Prelude import Primitives import Data.List_Type type String = [Char]