Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
yihozhang committed Aug 15, 2024
1 parent 8df581d commit 36bcdd5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1525,10 +1525,9 @@ impl EGraph {
self.desugar.parse_program(filename, input)
}


/// Takes a source program `input`, parses it, runs it, and returns a list of messages.
///
/// `filename` is an optional argument to indicate the source of
///
/// `filename` is an optional argument to indicate the source of
/// the program for error reporting. If `filename` is `None`,
/// a default name will be used.
pub fn parse_and_run_program(
Expand Down

0 comments on commit 36bcdd5

Please sign in to comment.