shithub: MicroHs

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