shithub: MicroHs

ref: 4c3d3b610e066cc7273af215c2a401df3ef704b9
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]