shithub: MicroHs

ref: 1e966c164229f6c68b3c911bfe2da67ade0290aa
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]