shithub: MicroHs

ref: 66c7fd6779c2e4c0032532edb3679a383d41b01e
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]