Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/BinArray/DUnboxedArray.gc
module NHC.BinArray ( {-type-} UnboxedArray(..) ) where import NHC.GreenCard newtype UnboxedArray = UBA ForeignObj %dis unboxedArray uba = declare "UBA" uba in % UBA (foreign "finaliseUBA" uba)