shithub: MicroHs

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