shithub: MicroHs

ref: 35f0221df8568056c7b031c83d7657375a4e2797
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]