shithub: MicroHs

ref: 22dc68832db4d88b0f27442c74bcfba6b5dab81f
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]