Skip to content

Commit

Permalink
Revert the comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
jneem committed Sep 12, 2024
1 parent a5d5f57 commit 0eda370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/typecheck/pattern.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ pub(super) trait PatternTypes {
/// value will be checked against the type generated by `pattern_type` and the bindings will be
/// added to the type environment.
///
/// The type of each "leaf" identifier will be assigned based on the `mode`
/// argument. The current possibilities are for each leaf to have type
/// `Dyn`, or to be assigned a fresh unification variable.
/// The type of each "leaf" identifier will be assigned based on the `mode` argument. The
/// current possibilities are for each leaf to have type `Dyn`, to use an explicit type
/// annotation, or to be assigned a fresh unification variable.
fn pattern_types(
&self,
state: &mut State,
Expand Down

0 comments on commit 0eda370

Please sign in to comment.