shithub: MicroHs

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