Skip to content

Commit

Permalink
remove redundant import.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Dec 26, 2023
1 parent c61c1a6 commit df52912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Graphics/Implicit/Primitives.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module Graphics.Implicit.Primitives (
pattern Shared,
Object(Space, canonicalize)) where

import Prelude(Applicative, Eq, Foldable, Num, abs, (<), otherwise, Num, (+), (-), (*), (/), (.), negate, Bool(True, False), Maybe(Just, Nothing), Either, fmap, ($), (**), sqrt, id, (<=), (&&), max, Ord)
import Prelude(Applicative, Eq, Foldable, Num, abs, (<), otherwise, Num, (+), (-), (*), (/), (.), negate, Bool(True, False), Maybe(Just, Nothing), Either, fmap, ($), (**), sqrt, (<=), (&&), max, Ord)

import Graphics.Implicit.Canon (canonicalize2, canonicalize3)
import Graphics.Implicit.Definitions (ObjectContext, , ℝ2, ℝ3, Box2,
Expand Down

0 comments on commit df52912

Please sign in to comment.