pethgraph-graphml and docs/comments

This commit is contained in:
elvis
2025-07-10 15:02:14 +02:00
parent 0fb1ca97a0
commit 869d46c7b2
14 changed files with 64 additions and 21 deletions

View File

@ -1,3 +1,5 @@
//! Definitions for simple simulation steps.
use super::structure::{RSchoices,
RSenvironment,
RSlabel,
@ -9,7 +11,7 @@ use std::rc::Rc;
/// unfold returns the list of choices for the context given the process
/// definitions environment. RSchoices is a list of context moves mapping a set
/// of entities and the continuation
/// of entities and the continuation.
/// see unfold
pub fn unfold(
environment: &RSenvironment,