shithub: MicroHs

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