Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(documentation) rlet function parameters #33

Closed
luavreis opened this issue Dec 17, 2019 · 2 comments
Closed

(documentation) rlet function parameters #33

luavreis opened this issue Dec 17, 2019 · 2 comments

Comments

@luavreis
Copy link

luavreis commented Dec 17, 2019

Hi,
The documentation for rlet states that it takes an expr as a parameter, but from my understanding it only takes a list of substitutions in a Dict or varargs in Pair form:

Reduce.jl/src/unary.jl

Lines 211 to 213 in fcc9459

"""
rlet(::Union{Dict,Pair},expr)

@luavreis
Copy link
Author

luavreis commented Dec 17, 2019

By the way, in the same section, someone forgot to close a code environment in the docs for clear:

Reduce.jl/src/args.jl

Lines 1010 to 1016 in fcc9459

The user may remove all assignments and substitution rules from any expression by the command `clear`, in the form
```
R"clear ⟨expression⟩,…,⟨expression⟩ = ⟨terminator⟩"
e.g.
```Julia
julia> Algebra.clear(:x,:(h(x,y)))
```

@chakravala
Copy link
Owner

Thanks, you are welcome to make a pull request next time and let me know of any other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants