shithub: MicroHs

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