shithub: MicroHs

ref: b926e7cec8da4e1a8db81866840a9783e146f285
dir: /lib/Data/Char_Type.hs/

View raw version
module Data.Char_Type(Char, String) where
import Primitives
import Data.List_Type

type String = [Char]