Skip to content

Commit

Permalink
Merge pull request #782 from vsbogd/fix-collapse-bind-doc
Browse files Browse the repository at this point in the history
Fix collapse-bind documentation
  • Loading branch information
vsbogd authored Oct 14, 2024
2 parents 1c4bc52 + 5e08283 commit 1507f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/metta/runner/stdlib_minimal.metta
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
(: decons-atom (-> Expression Expression))

(@doc collapse-bind
(@desc "Evaluates the Atom (first argument) and returns an expression which contains all alternative evaluations in a form (Atom Bindings). Bindings are represented in a form of a grounded atom.")
(@desc "Evaluates minimal MeTTa operation (first argument) and returns an expression which contains all alternative evaluations in a form (Atom Bindings). Bindings are represented in a form of a grounded atom.")
(@params (
(@param "Atom to be evaluated")))
(@param "Minimal MeTTa operation to be evaluated")))
(@return "All alternative evaluations"))
(: collapse-bind (-> Atom Expression))

Expand Down

0 comments on commit 1507f82

Please sign in to comment.