shithub: MicroHs

ref: 68ad75d957e8ea0fab50b3ca8884f9927dd5ebbe
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]