Skip to content

Commit

Permalink
Add union
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Dec 13, 2023
1 parent 309052f commit be093db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fhirpathpy/engine/invocations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"not": {"fn": existence.not_fn},
"exists": {"fn": existence.exists_macro, "arity": {0: [], 1: ["Expr"]}},
"all": {"fn": existence.all_macro, "arity": {1: ["Expr"]}},
"union": {"fn": combining.union_op, "arity": {1: ["AnyAtRoot"]}},
"allTrue": {"fn": existence.all_true_fn},
"anyTrue": {"fn": existence.any_true_fn},
"allFalse": {"fn": existence.all_false_fn},
Expand Down

0 comments on commit be093db

Please sign in to comment.