Skip to content

Commit

Permalink
Use as_fn as asOp
Browse files Browse the repository at this point in the history
  • Loading branch information
projkov committed Dec 21, 2023
1 parent 0208eb5 commit 58142c8
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 @@ -109,6 +109,7 @@
"containsOp": {"fn": collections.contains, "arity": {2: ["Any", "Any"]}},
"inOp": {"fn": collections.inn, "arity": {2: ["Any", "Any"]}},
"isOp": {"fn": types.is_fn, "arity": {2: ["Any", "TypeSpecifier"]}},
"asOp": {"fn": types.as_fn, "arity": {2: ["Any", "TypeSpecifier"]}},
"&": {"fn": math.amp, "arity": {2: ["String", "String"]}},
"+": {"fn": math.plus, "arity": {2: ["Any", "Any"]}, "nullable": True},
"-": {"fn": math.minus, "arity": {2: ["Any", "Any"]}, "nullable": True},
Expand Down

0 comments on commit 58142c8

Please sign in to comment.