You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: studio-common/src/Data/Petrinet/Representation/Dict.purs
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -27,19 +27,15 @@ import Data.Foldable (all)
27
27
importData.MapasMap
28
28
importData.Map (Map)
29
29
importData.Maybe (Maybe(..), fromMaybe)
30
-
importData.Monoid.Additive (Additive(..))
31
-
importData.Newtype (classNewtype, un, unwrap)
32
30
importData.Tuple.Nested (type (/\), (/\))
33
-
importData.Vec3 (Vec2D, Vec2)
34
-
importData.Ringhiding ((-)) -- take (-) from Group.inverse instead TODO why is Group not in Prelude? https://pursuit.purescript.org/packages/purescript-group
35
31
importData.SetasSet
36
32
importData.Group (classGroup, ginverse)
37
33
38
34
-- TODO this dependency should probably be eliminated in favour of a type parameter
0 commit comments