shithub: MicroHs

ref: 233e0d26c38a2469b4231235ab3bf022b2b3cef8
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]