shithub: MicroHs

ref: c80cf8af05ad5a4e206483e5ea34a36d7323bc9f
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]