shithub: MicroHs

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