shithub: MicroHs

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