shithub: MicroHs

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