File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ Its purpose is to provide a shared interface between various symbolic programmin
66
77## Docs
88
9- [ Read the documentation here.] ( https://juliasymbolics.github.io/TermInterface.jl/dev/ )
9+ [ You can read the documentation here.] ( https://juliasymbolics.github.io/TermInterface.jl/dev/ )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ function children end
5656export children
5757
5858"""
59- operation(x)
59+ operation(x)
6060
6161Returns the function a function call expression is calling.
6262`iscall(x)` must be true as a precondition.
@@ -65,7 +65,7 @@ function operation end
6565export operation
6666
6767"""
68- arguments(x)
68+ arguments(x)
6969
7070Returns the arguments to the function call in a function call expression.
7171`iscall(x)` must be true as a precondition.
@@ -74,7 +74,7 @@ function arguments end
7474export arguments
7575
7676"""
77- unsorted_arguments(x::T)
77+ unsorted_arguments(x::T)
7878
7979If x is a expression satisfying `iscall(x)` and your expression type `T` provides
8080and optimized implementation for storing the arguments, this function can
@@ -86,7 +86,7 @@ export unsorted_arguments
8686
8787
8888"""
89- arity(x)
89+ arity(x)
9090
9191When `x` satisfies `iscall`, returns the number of arguments of `x`.
9292Implicitly defined if `arguments(x)` is defined.
@@ -96,7 +96,7 @@ export arity
9696
9797
9898"""
99- metadata(x)
99+ metadata(x)
100100
101101Returns the metadata attached to `x`.
102102"""
@@ -105,7 +105,7 @@ export metadata
105105
106106
107107"""
108- metadata(expr, md)
108+ metadata(expr, md)
109109
110110Returns a `expr` with metadata `md` attached to it.
111111"""
You can’t perform that action at this time.
0 commit comments