shithub: MicroHs

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