We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04f9bb1 + 4b48f08 commit d6b7167Copy full SHA for d6b7167
src/rule.jl
@@ -22,7 +22,7 @@ makeslot(s::Symbol, keys) = (push!(keys, s); Slot(s))
22
# for when the slot is an expression, like `~x::predicate`
23
function makeslot(s::Expr, keys)
24
if !(s.head == :(::))
25
- error("Syntax for specifying a slot is ~x::\$predicate, where predicate is a boolean function")
+ error("Syntax for specifying a slot is ~x::predicate, where predicate is a boolean function")
26
end
27
28
name = s.args[1]
0 commit comments