Skip to content

Commit

Permalink
add ShowF instance for FloatInfoRepr
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptival committed Mar 13, 2024
1 parent 7e1694b commit 1d3f2a3
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 1d3f2a3

Please sign in to comment.