Skip to content
Snippets Groups Projects
Commit cf31851b authored by Hans-Peter Deifel's avatar Hans-Peter Deifel
Browse files

benchmarks: Fix a compiler warning about name shadowing

parent 82019c56
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ benchParser :: ...@@ -53,7 +53,7 @@ benchParser ::
-> FunctorExpression f Sort -> FunctorExpression f Sort
-> Text -> Text
-> Benchmark -> Benchmark
benchParser name fexpr input = bench name (nf parse input) benchParser benchmarkName fexpr input = bench benchmarkName (nf parse input)
where where
parse = parseMorphisms fexpr "" parse = parseMorphisms fexpr ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment