mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-29 21:44:11 +03:00
Merge pull request #373 from GaloisInc/vr/showf-floatinforepr
add ShowF instance for FloatInfoRepr
This commit is contained in:
commit
1ab280b5f8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user