shithub: MicroHs

ref: 265b6bf6c3e93eb0e51544d8cfae035c2203f027
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]