shithub: MicroHs

ref: 98209f4e8272dd76d721b4cecc744f788c3c78b9
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]