Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

simpleEffect

simpleEffect

simpleEffect provides a simple means to define and use an effect

user-defined effects should inherit from this feature and add
operations as inner features or fields of function type.

To install this effect to execute a function, simpleEffect.use
can be called.
install this effect and run code that produces a result of
type T. panic in case abort is called.
install this simpleEffect and run code