shithub: MicroHs

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