shithub: MicroHs

ref: 0b3fe41bcdbd97c238b09b34927eae2fa6ae2597
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]