Debug Effect
This page is auto-generated from
src/stdlib.rs. Do not edit it by hand — your changes will be overwritten on the next CI run. To add or update a built-in operation, edit theStdLib::new()registry insrc/stdlib.rs.
Debug Effect
Section titled “Debug Effect”The Debug effect provides the following built-in operations, wired into the VM and runtime.
| Operation | Signature | Description |
|---|---|---|
Debug.inspect |
inspect(label: String, value: a) -> a |
Print a labeled value to stderr and return it unchanged. |
Implementation site: Standalone VM