shithub: MicroHs

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