shithub: MicroHs

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