shithub: MicroHs

ref: 32a97fd5217ed6b2b312f6b634ca316f8dc7e0fe
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]