shithub: MicroHs

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