shithub: MicroHs

ref: 9ebefcdc1b90b9e0e773b9b8f1afd01ac55c2a64
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]