Skip to content

Commit

Permalink
Tactic parser (tamarin-prover#547)
Browse files Browse the repository at this point in the history
Correcting an error in the help message of Tamarin (it said the default heuristic was C instead of s)

Co-authored-by: Maiwenn Racouchot <mracouch@maiwenn.loria.fr>
  • Loading branch information
racoucho1u and Maiwenn Racouchot committed Jun 9, 2023
1 parent 0dfcf68 commit 3e88255
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/theory/src/Theory/Constraint/System.hs
Original file line number Diff line number Diff line change
Expand Up @@ -680,8 +680,7 @@ prettyGoalRanking ranking = case ranking of
compareRankings (OracleRanking _) (OracleRanking _) = True
compareRankings (OracleSmartRanking _) (OracleSmartRanking _) = True
compareRankings (InternalTacticRanking _ ) (InternalTacticRanking _ ) = True
-- compareRankings r1 r2 = r1 == r2
compareRankings _ _ = True
compareRankings r1 r2 = r1 == r2


------------------------------------------------------------------------------
Expand Down

0 comments on commit 3e88255

Please sign in to comment.