shithub: MicroHs

ref: 8a6b73c2f818be805cf66e8ef165a383dfd8e173
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]