shithub: MicroHs

ref: 6eb68e5c797ab99ae917aabcd1a2c4c54bc9cf1a
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]