shithub: MicroHs

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