Skip to content

Commit

Permalink
Merge pull request #1677 from GaloisInc/issue_1672
Browse files Browse the repository at this point in the history
Fixes #1672
  • Loading branch information
yav authored Jun 1, 2024
2 parents 22d3277 + ca5c79c commit 9a62f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cryptol/Utils/PP.hs
Original file line number Diff line number Diff line change
Expand Up @@ -430,4 +430,4 @@ instance PP Namespace where
NSModule -> "/*module*/"

instance PP PrimIdent where
ppPrec _ (PrimIdent m t) = pp m <.> text (T.unpack t)
ppPrec _ (PrimIdent m t) = pp m <.> "::" <.> text (T.unpack t)

0 comments on commit 9a62f7c

Please sign in to comment.