Function clarity_repl::clarity::costs::analysis_typecheck_cost[][src]

pub fn analysis_typecheck_cost<T: CostTracker>(
    track: &mut T,
    t1: &TypeSignature,
    t2: &TypeSignature
) -> Result<(), CostErrors>