shithub: MicroHs

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