shithub: MicroHs

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