packages feed

gloss-examples-1.2.0.1: Visibility/Array.hs

module Array
	( Array
	, module Data.Vector.Unboxed)
where
import Data.Vector.Unboxed
type Array	= Vector