shithub: MicroHs

ref: 8a7e867fa2164ab54eb28965feb66a390c228184
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]