shithub: MicroHs

ref: 814c79f13a5e5b83ea203f4f8b1e4ceda6236e61
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]