Skip to content

Commit 61d4a0d

Browse files
committed
Remove unbound parameter
1 parent e32fa58 commit 61d4a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rule.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ end
304304

305305
Base.show(io::IO, acr::ACRule) = print(io, "ACRule(", acr.rule, ")")
306306

307-
function (acr::ACRule)(term) where {comm}
307+
function (acr::ACRule)(term)
308308
r = Rule(acr)
309309
if !(term isa Term)
310310
r(term)

0 commit comments

Comments
 (0)