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
Whether syntactic sugar for this should be added and how this should look remains unclear. The original proposal would introduce a "special" fact format that cannot be interpreted according to the normal rules. It would be a bit like an inverse aggregation, where one fact-like statement expands into many facts. In this situation range would not be a built-in function, but rather the whole special format of range inside facts would get a different meaning from the usual "fact with a computed value of a function in some of its parameters".
The
range
built-in can offer a comfortable way to generate facts.It should process 3 arguments
min, max, step_size
For example:
The text was updated successfully, but these errors were encountered: