shithub: MicroHs

ref: 6704af8340fce8de731bcd712936e6f24bd41827
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]