shithub: MicroHs

ref: fdb26350514c86ea3079aa9cb4a8e43090f4861d
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]