shithub: MicroHs

ref: 8a4446b5c6df295fa868c701fc3edafdb1b36c93
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]