shithub: MicroHs

ref: 117ef42c4ad8544d56a2ff8f328e017f3e5563c5
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]