Skip to content

Commit

Permalink
Improve Show for EmbedBoxedObj to show box as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Nov 7, 2023
1 parent 082ee83 commit 7c647c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Graphics/Implicit/Definitions.hs
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ instance (Show obj, Show (f a)) => Show (SharedObj obj f a) where
Mirror vec obj -> showCon "mirror" @| vec @| obj
Outset r obj -> showCon "outset" @| r @| obj
Shell r obj -> showCon "shell" @| r @| obj
EmbedBoxedObj _ -> showCon "implicit" @| Blackhole
EmbedBoxedObj (_, box) -> showCon "implicit" @| Blackhole @| box
WithRounding r obj -> showCon "withRounding" @| r @| obj

------------------------------------------------------------------------------
Expand Down

0 comments on commit 7c647c6

Please sign in to comment.