shithub: MicroHs

ref: cc577d232d1f8c942e52eab59f1e99dae3964d8f
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]