Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y committed Dec 23, 2024
1 parent 5effdc3 commit 1ea8c83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/parser/Melder.re
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ let rec unzip_tok = (~frame=Frame.Open.empty, path: Path.t, cell: Cell.t) => {
};
};

// no_eq indicates whether to disallow matching the stack bound, as may be
// desirable for tokens getting remolded/melded in the suffix of a modification
let rec push =
(
~no_eq=false,
Expand Down

0 comments on commit 1ea8c83

Please sign in to comment.