shithub: MicroHs

ref: 0815b5bf4efbe7eebfff8632251a0ae1ce2df5a7
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]