shithub: MicroHs

ref: 3eab2cd227fa2adbf5a479ee85333950e55b66b0
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]