shithub: MicroHs

ref: 25faeffbcee9b8006aa5e8083ea81eadcca8367e
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]