packages feed

MicroHs-0.8: lib/Data/Char_Type.hs

module Data.Char_Type(Char, String) where
import Primitives
import Data.List_Type

type String = [Char]