Plutonomicon / plutarch-plutus

Typed eDSL for writing UPLC /ˈpluː.tɑːk/
MIT License
123 stars 63 forks source link

`Value` lifts should have `NoGuarantees` #689

Closed kozross closed 1 month ago

kozross commented 2 months ago

Currently, if you pconstant a Value, you get a NonZero PValue. This is an over-assumption: we should really assume NoGuarantees, as there's no assurances of what that value is or what, if any, invariants it follows.