shithub: MicroHs

ref: 65ba37e65b31b92c03feb4d436ce17fa14cb17b9
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]