shithub: MicroHs

ref: 942cda21592dfb3f7c155d14d502009b1623ef1e
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]