Skip to content

Commit

Permalink
fix(ase): syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvdbogaerde committed Dec 27, 2024
1 parent 1248715 commit a80b28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/simpleactor/app/ASE/Benchmark.hs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ instance Common.IsAnalysisResult AnalysisResult where
analysisConfigurations :: [(String, Exp -> IO AnalysisResult)]
analysisConfigurations = concatMap (\k -> [
--("smallstep;" ++ show k, fmap AnalysisResult . SmallStep.analyze k),
("widened per state;" ++ show k, fmap AnalysisResult . SmallStepWidened.analyze k),
("widened per state;" ++ show k, fmap AnalysisResult . SmallStepWidened.analyze k)
--("global widening;"++show k, fmap AnalysisResult . SmallStepWidened.analyzeGlobal k)
]) [1..5]

Expand Down

0 comments on commit a80b28f

Please sign in to comment.