shithub: MicroHs

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