shithub: MicroHs

ref: 4243ad0e86ffaa5c214b63c1116d6fea539d4a4a
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]