tweag / cooked-validators

MIT License
39 stars 11 forks source link

Adding a wrapper module with conveniency type classes #411

Closed mmontin closed 1 month ago

mmontin commented 1 month ago

This aims at simplifying the Output.hs module and the overall usability of cooked-validators by providing various type classes to summarize existing features of plutus elements. This closes #406

As a side effect, this also:

mmontin commented 1 month ago

I integrated most of the comments, thanks @florentc for the review.

mmontin commented 1 month ago

I will opt for solution 1 thanks ! Edit: I am going for option 2 instead because the type of the datum in TamperDatumSpec changes.