Sys

eff SysSource

The uninterpretable Sys effect.

The Sys effect represents actions that interact with the JVM.

This includes use of class loaders, the Runtime class, and reflection.

The Sys effect is uninterpretable which means that it cannot be handled.