shithub: MicroHs

ref: 77bc8fb9a8297ed0ec7f770a7f36e7dfef871267
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]