shithub: MicroHs

ref: 13fc8b87e859b6e2aabb9b6dcd5698699858d624
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]