shithub: MicroHs

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