shithub: MicroHs

ref: 9135379f4acd9e359c59f55bcfc489dcb0f4b8a7
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]