You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the operator definitions are represented with lambdas, there is no good way to refer exactly to the place where the parameter has been defined (except for giving the definition's name and the parameter name). As we discussed with @bugarela and @shonfeder, it would be good to introduce a structure for parameters, e.g.:
Currently, lambda definitions have their parameters as strings:
quint/quint/src/quintIr.ts
Lines 121 to 130 in 7c29089
Since the operator definitions are represented with lambdas, there is no good way to refer exactly to the place where the parameter has been defined (except for giving the definition's name and the parameter name). As we discussed with @bugarela and @shonfeder, it would be good to introduce a structure for parameters, e.g.:
This would enable easier goto definition and simplify code in REPL.
The text was updated successfully, but these errors were encountered: