shithub: MicroHs

ref: 208ba285b4f3e66e1e3bccad4c6f943d90f867af
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]