Skip to content
Snippets Groups Projects

Add a Binary instance to deserialize from and serialize to the canonical byte representation

Merged Jean-Paul Calderone requested to merge 4.sdmf-serialization into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -58,7 +58,7 @@
@@ -58,7 +58,7 @@
text = ''
text = ''
cabal update hackage.haskell.org
cabal update hackage.haskell.org
cabal build tests
cabal build
cabal run tests
cabal run tests
'';
'';
}
}
Loading