Skip to content

Commit

Permalink
Removed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDCarlson committed Jun 26, 2023
1 parent 2a8d508 commit afa174e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/programs/DiagrammaticPrograms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,6 @@ end
function parse_mapping_ast(body, dom; kw...)
parse_mapping_ast((rhs, _) -> parse_ob_ast(rhs), body, dom; kw...)
end
#ugh wtf is leftmost arg's even deal with \circ
function parse_apply_ast(expr, X, target)
y::Symbol, f = @match expr begin
::Symbol => (expr, nothing)
Expand Down

0 comments on commit afa174e

Please sign in to comment.