shithub: MicroHs

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