shithub: MicroHs

ref: 8b4b626ed057dda63c3fcfc54e4a1120adf3ad2f
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]