Skip to content

Commit

Permalink
CLEANUP: Export implicit/explicit (co)diagonals for wiring diagrams.
Browse files Browse the repository at this point in the history
Makes it easier to support wiring diagrams on custom signatures.
Motivated by #86.
  • Loading branch information
epatters committed Jan 30, 2020
1 parent 95537a6 commit a7a942d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/wiring_diagrams/Algebraic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ export Ports, Junction, PortOp, BoxOp,
functor, dom, codom, id, compose, , , otimes, , munit, braid, permute,
mcopy, delete, Δ, ◇, mmerge, create, ∇, □, dual, dunit, dcounit, mate, dagger,
mplus, mzero, coplus, cozero, meet, join, top, bottom, ocompose,
junction_diagram, junction_caps, junction_cups, add_junctions, add_junctions!,
rem_junctions, merge_junctions
implicit_mcopy, implicit_delete, implicit_mmerge, implicit_create,
junction_diagram, add_junctions, add_junctions!, rem_junctions, merge_junctions,
junction_caps, junction_cups, junctioned_dunit, junctioned_dcounit,
junctioned_mcopy, junctioned_delete, junctioned_mmerge, junctioned_create

using AutoHashEquals
using LightGraphs
Expand Down

0 comments on commit a7a942d

Please sign in to comment.