shithub: MicroHs

ref: fff0643c60f727c5eca1ec255e4bc7a22203fc25
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]