plutus-core-1.60.0.0: Language library for Plutus Core
Safe HaskellSafe-Inferred
LanguageHaskell2010

PlutusCore.Flat.Decoder.Run

Synopsis
  • strictDecoder :: Get a -> ListT IO a) #

    Decode a list of values, one value at a time.

    Useful in case that the decoded values takes a lot more memory than the encoded ones.

    See ../test/Big.hs for a test and an example of use.

    See also Flat.AsBin.

    Since: 0.5