harn-vm 0.10.42

Async bytecode virtual machine for the Harn programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! Orchestration integration tests, grouped by the behavior under test.
//!
//! Wiring only — each module below is tests (plus, where a test needs one,
//! its own fixture helpers).

mod arg_constraints;
mod artifacts;
mod compaction;
mod hooks;
mod policy;
mod registered_closures;
mod replay_eval;
mod run_observability;
mod run_records;
mod settlement;
mod side_effect_ceiling;
mod unified_diff;
mod workflow;