Skip to content

Commit

Permalink
Update Options.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz authored and janmasrovira committed Mar 30, 2023
1 parent a2fa41d commit 04cee33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juvix/Compiler/Core/Pretty/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ traceOptions =
Options
{ _optShowIdentIds = False,
_optShowDeBruijnIndices = True,
_optShowArgsNum = False
_optShowArgsNum = True
}

fromGenericOptions :: GenericOptions -> Options
Expand Down

0 comments on commit 04cee33

Please sign in to comment.