shithub: MicroHs

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