shithub: MicroHs

ref: 4e159c62a8c00ca625d3863d65916467bb7365eb
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]