shithub: MicroHs

ref: 198328642e47b87793c3ef30345fe5037ddd3901
dir: /lib/Data/Char_Type.hs/

View raw version
module Data.Char_Type(Char, String) where
import Prelude()              -- do not import Prelude
import Primitives
import Data.List_Type

type String = [Char]