shithub: MicroHs

ref: 14c55115ad7bee634e890d0c930942d0a121a787
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]