shithub: MicroHs

ref: a73f8741c807e597a6bb9c5e64702c1e6e71c4b2
dir: /lib/Data/Char_Type.hs/

View raw version
module Data.Char_Type(Char, String) where
import Primitives
import Data.List_Type

type String = [Char]