shithub: MicroHs

ref: 3ba552fd05c696349c6e43bfcc59953395400d40
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]