shithub: MicroHs

ref: 4684ef5c92371024f7a8ae867fd60ff5eb6e98f5
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]