Skip to content

Commit

Permalink
fix #7081
Browse files Browse the repository at this point in the history
  • Loading branch information
UlfNorell committed Feb 2, 2024
1 parent 4b27a3a commit a445e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/full/Agda/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,10 @@ printVersion backends PrintAgdaVersion = do
"debug: enable debug printing ('-v' verbosity flags)" :
#endif
#ifdef DEBUG_PARSING
"debug-parsing: enable printing grammars for operator parsing via '-v scope.grammar:10'"
"debug-parsing: enable printing grammars for operator parsing via '-v scope.grammar:10'" :
#endif
#ifdef DEBUG_SERIALISATION
"debug-serialisation: extra debug info during serialisation into '.agdai' files"
"debug-serialisation: extra debug info during serialisation into '.agdai' files" :
#endif
[]

Expand Down

0 comments on commit a445e3b

Please sign in to comment.