shithub: MicroHs

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