I can say ```jl @slots x @rule log(exp(x::Real)) --> x ``` but I wonder if the constraint should go with the slot declaration ```jl @slots x::Real @rule log(exp(x)) --> x ``` This would be easier to read.
I can say
but I wonder if the constraint should go with the slot declaration
This would be easier to read.