Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/prelude/Binary/StdMem_.hs
module NHC.Binary ( stdmem ) where import NHC.GreenCard import BinHandle ({-type-}BinHandle(..)) foreign import ccall hs_stdmem :: ForeignObj stdmem :: BinHandle stdmem = let bh = hs_stdmem in (BH bh)