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
Currently in the AC solver, we can have something like 'a * … = 'a list * … as of today, a solution found by the system could associate 'a list to 'a which will be later rejected by occur check. A possible improvement could be to reject such solution earlier in the process.
The text was updated successfully, but these errors were encountered:
Currently in the AC solver, we can have something like
'a * … = 'a list * …
as of today, a solution found by the system could associate'a list
to'a
which will be later rejected by occur check. A possible improvement could be to reject such solution earlier in the process.The text was updated successfully, but these errors were encountered: