GHCi.BinaryArray

Safe Haskell None
Language Haskell2010

Description

Efficient serialisation for GHCi Instruction arrays

Author: Ben Gamari

putArray :: Binary i => UArray i a -> Put Source

An efficient serialiser of UArray.

getArray :: (Binary i, Ix i, MArray IOUArray a IO) => Get (UArray i a) Source

An efficient deserialiser of UArray.

© The University of Glasgow and others
Licensed under a BSD-style license (see top of the page).
https://downloads.haskell.org/~ghc/8.10.2/docs/html/libraries/ghci-8.10.2/GHCi-BinaryArray.html