shithub: MicroHs

ref: 05d304cec8ea2a001ae0aa396a906e6772ea0e95
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]