shithub: MicroHs

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