shithub: MicroHs

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