shithub: MicroHs

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