shithub: MicroHs

ref: 44dc3008bc938e223f0d4c9a44a1f48f9a1448a7
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]