Merge pull request #1677 from GaloisInc/issue_1672

Fixes #1672
This commit is contained in:
Iavor S. Diatchki 2024-06-01 01:59:14 -07:00 committed by GitHub
commit 9a62f7cf6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)