Skip to content

Commit

Permalink
Add documentation to Data.Value (#6220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-pantilie committed Jun 18, 2024
1 parent 23edce1 commit cc12361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plutus-ledger-api/src/PlutusLedgerApi/V1/Data/Value.hs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- TODO: this module adds a copy of the 'Value' type
-- in which the underlying maps are 'Data.AssocMap'.
-- !!WARNING!!: this is currently experimental so do not use in production code!

-- editorconfig-checker-disable-file
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveDataTypeable #-}
Expand Down

1 comment on commit cc12361

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Plutus Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.05.

Benchmark suite Current: cc12361 Previous: 23edce1 Ratio
nofib-primetest/50digits 103500 μs 97820 μs 1.06

This comment was automatically generated by workflow using github-action-benchmark.

CC: @IntersectMBO/plutus-core

Please sign in to comment.