Skip to content

Commit

Permalink
Fixes #1672
Browse files Browse the repository at this point in the history
  • Loading branch information
yav committed Jun 1, 2024
1 parent 3ff9a82 commit ca5c79c
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 ca5c79c

Please sign in to comment.