Module program

Source
Expand description

Definition for a Program to run code.

It carries an [EnvDb] with the functions, idents, types.

Traits§

ProgramVm
A trait to allow split the execution of programs to allow executing queries that take in account each program state/enviroment.

Type Aliases§

Sources