shithub: MicroHs

ref: 1929d9a39b6ac8a8f7a275bca6a755e558e74ca4
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]