shithub: MicroHs

ref: c050cd0d60c6473ee4c65efc9b3459fbfa011335
dir: /lib/Data/Char_Type.hs/

View raw version
module Data.Char_Type(Char, String) where
import Prelude()              -- do not import Prelude
import Primitives
import Data.List_Type

type String = [Char]