shithub: MicroHs

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