IntersectMBO / plutus

The Plutus language implementation and tools
Apache License 2.0
1.55k stars 466 forks source link

[Builtins] Remove 'Emitter' and 'MonadEmitter' #6224

Closed effectfully closed 1 week ago

effectfully commented 1 week ago

Now that we recommend using BuiltinResult instead of Emitter (and EvaluationResult) there's no reason to keep Emitter and MonadEmitter around as we can just make emit produce a BuiltinResult directly.