shithub: MicroHs

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