shithub: MicroHs

ref: 2fd27e0eebe1993daabf11bebd1f5438741b36c1
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]