Skip to main content

from_ir

Function from_ir 

Source
pub fn from_ir(
    name: &str,
    ontology: &str,
    certainty: f64,
    temporal_frame_start: &str,
    temporal_frame_end: &str,
    provenance: &str,
    derivation: &str,
) -> Result<LambdaData, LdError>
Expand description

Create a LambdaData from IR fields (bridge from compiler to runtime).