shithub: MicroHs

ref: 4f9c037b5e4354e9670d79f83a584a64fa79376d
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]