Merge pull request #373 from GaloisInc/vr/showf-floatinforepr

add ShowF instance for FloatInfoRepr
This commit is contained in:
Valentin Robert 2024-03-18 11:16:22 -07:00 committed by GitHub
commit 1ab280b5f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,8 @@ instance Show (FloatInfoRepr fi) where
show QuadFloatRepr = "quad"
show X86_80FloatRepr = "x87_80"
instance ShowF FloatInfoRepr where
instance Pretty (FloatInfoRepr fi) where
pretty = viaShow