Skip to content

Commit

Permalink
Renamed fwdDual to fwdDualAsBwdOp, removed an unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephBond committed Oct 27, 2023
1 parent e5e1793 commit 1baa1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Util.purs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Expr (ProgCxt)
import GaloisConnection (GaloisConnection(..))
import Graph (Vertex, selectαs, select𝔹s, sinks, vertices)
import Graph.GraphImpl (GraphImpl)
import Graph.Slice (bwdSliceDual, fwdDual, fwdDualAsBwdOp, fwdSliceDeMorgan) as G
import Graph.Slice (bwdSliceDual, fwdDualAsBwdOp, fwdSliceDeMorgan) as G
import Lattice (Raw, 𝔹, botOf, erase, topOf)
import Module (File, initialConfig, open, parse)
import Parse (program)
Expand Down

0 comments on commit 1baa1d7

Please sign in to comment.