Skip to content

Commit

Permalink
Merge pull request #373 from GaloisInc/vr/showf-floatinforepr
Browse files Browse the repository at this point in the history
add ShowF instance for FloatInfoRepr
  • Loading branch information
Ptival authored Mar 18, 2024
2 parents 7e1694b + 1d3f2a3 commit 1ab280b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/src/Data/Macaw/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1ab280b

Please sign in to comment.