shithub: MicroHs

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