shithub: MicroHs

ref: 8ce96e5c25c1e3556b80e5d4d68816ee524ca476
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]