Skip to content

Commit

Permalink
Update core/src/typecheck/eq.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jneem <joeneeman@gmail.com>
  • Loading branch information
yannham and jneem committed Sep 27, 2023
1 parent 455bfc0 commit 8612019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/typecheck/eq.rs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ pub fn type_eq_noenv(var_uid: usize, t1: &Type, t2: &Type) -> bool {
}

/// Decide type equality on contracts in their respective environment and given the remaining gas
/// `gas`.
/// in `state`.
fn contract_eq_bounded<E: TermEnvironment>(
state: &mut State,
var_eq: VarEq,
Expand Down

0 comments on commit 8612019

Please sign in to comment.