shithub: MicroHs

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