Function ezno_checker::features::functions::register_arrow_function

source ยท
pub fn register_arrow_function<T: ReadFromFS, A: ASTImplementation>(
    expecting: TypeId,
    is_async: bool,
    function: &impl SynthesisableFunction<A>,
    environment: &mut Environment<'_>,
    checking_data: &mut CheckingData<'_, T, A>,
) -> TypeId