Function ezno_checker::context::information::merge_info

source ยท
pub fn merge_info(
    parents: &impl InformationChain,
    onto: &mut LocalInformation,
    condition: TypeId,
    truthy: LocalInformation,
    otherwise: Option<LocalInformation>,
    types: &mut TypeStore,
    position: SpanWithSource
)