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.
1 parent e7077ba commit 216789cCopy full SHA for 216789c
src/varname.jl
@@ -7,7 +7,7 @@ This is a very restricted version `subumes(u::VarName, v::VarName)` only really
7
- Scalar: `x` subsumes `x[1, 2]`, `x[1, 2]` subsumes `x[1, 2][3]`, etc.
8
9
## Note
10
-- To get same matching capabilities as `AbstractPPL.subumes(u::VarName, v::VarName)`
+- To get same matching capabilities as `AbstractPPL.subumes(u::VarName, v::VarName)`
11
for strings, one can always do `eval(varname(Meta.parse(u))` to get `VarName` of `u`,
12
and similarly to `v`. But this is slow.
13
"""
0 commit comments