Skip to content

Commit

Permalink
Extended Coder.hs to handle redefining TxBody as sparse encoded MemoB…
Browse files Browse the repository at this point in the history
…ytes.

Made extensive changes to Coders.hs to handle sparse encoding. Applied these
changes to TxBody, so that it is now defined as a sparsely encoded MemoBytes
  • Loading branch information
TimSheard committed Oct 29, 2020
1 parent fba54f0 commit b80f18a
Show file tree
Hide file tree
Showing 16 changed files with 1,080 additions and 546 deletions.
3 changes: 2 additions & 1 deletion semantics/executable-spec/small-steps.cabal
Expand Up @@ -40,7 +40,8 @@ library
, Control.SetAlgebra
-- other-modules:
-- other-extensions:
build-depends: base >=4.11 && <5
build-depends: array
, base >=4.11 && <5
, bytestring
, cardano-prelude
, containers
Expand Down

0 comments on commit b80f18a

Please sign in to comment.