MJos Predictive Model | First manifestation of the Bangel Language
Terminology revised ยท September 12 evidence
Later individual Teal rerun. The reported execution status is historical and is not a new test result.
TEAL LIBRARY RERUN | 12 SEPTEMBER 2026 | Michael Patrick Bangel
147
TEAL-RERUN-03-B006 | SOURCE_LOGIC_INDEXED
TR-MOD-ASSOCIATED-B0F7439D7A / Associated core /
adapters/rust/src/lib.rs
IF
This API / SDK module is imported or its declared interface is invoked. Declared surface includes: impl
fmt::Display for ProtocolError {fn fmt(&self,f:&mut fmt::Formatter<'_>)->fmt::Result {write!(f,"{}",self.0)}};
impl From<std::io::Error> for ProtocolError {fn from(e:std::io::Error)->Self {Self(e.to_string())}}; fn
ensure(b:bool,msg:&str)->Result<()> {if b {Ok(())}else{Err(ProtocolError(msg.into()))}}; pub fn
object()->Self {Self::Object(BTreeMap::new())}; pub fn get(&self,k:&str)->Result<&Self> {match self
{Self::Object(m)=>m.get(k).ok_or_else(||ProtocolError(format!("missing field
{k}"))),_=>Err(ProtocolError("expected object".into()))}}
HOW
Validate the exact host/protocol contract and preserve request, response, value and effect boundaries across
this interface. The complete terminology-edited 85-line source is preserved with SHA-256
e8ea0c8a47a570b96988027b829f4a42e06e3e640ac178f3effcb7320bab316f. 33 extracted
function/declaration entries are separately indexed, including exact Python bodies and guards where
available.
THEN
Follow the exact returned values, diagnostics and state effects in the preserved implementation. Module
inclusion and syntax extraction are documentary coverage; they do not prove every branch or cross-host
behavior.
CURRENT EVIDENCE
Fresh related Python suites and per-profile/water results are included. Native C#/.NET, C++/Rust/R
compilation and physical devices were not executed in this environment. This source copy received the
requested terminology transfer after the earlier suite; the complete renamed host has not been rebuilt here.
REMAINING REQUIREMENT
Map unverified branches and native-host behavior to source-specific evidence before assigning a complete verification verdict.
SOURCE REFERENCES
associated-core:adapters/rust/src/lib.rs