Skip to content

Commit

Permalink
Isabelle/HOL translation: add 'O' and 'OO' to reversed names (#2961)
Browse files Browse the repository at this point in the history
As requested by Jonathan, adds 'O' and 'OO' to the list reserved
Isabelle/HOL names.
  • Loading branch information
lukaszcz authored Aug 19, 2024
1 parent 4fa5d3c commit 7df1e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Juvix/Compiler/Backend/Isabelle/Translation/FromTyped.hs
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,8 @@ goModule onlyTypes infoTable Internal.Module {..} =
"let",
"list",
"nat",
"O",
"OO",
"of",
"option",
"theory",
Expand Down

0 comments on commit 7df1e00

Please sign in to comment.