shithub: MicroHs

ref: 15a4c1e063cbd875ee6582e89671e5a79377b7a4
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]