shithub: MicroHs

ref: 5c0c2769456ea4e471e9b53fdee234405942490a
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]