mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-02 10:54:04 +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 QuadFloatRepr = "quad"
|
||||||
show X86_80FloatRepr = "x87_80"
|
show X86_80FloatRepr = "x87_80"
|
||||||
|
|
||||||
|
instance ShowF FloatInfoRepr where
|
||||||
|
|
||||||
instance Pretty (FloatInfoRepr fi) where
|
instance Pretty (FloatInfoRepr fi) where
|
||||||
pretty = viaShow
|
pretty = viaShow
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user