shithub: MicroHs

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