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
Where the first fmap is on the functor f and the second fmap is on the functor Fix f (i.e. recursive call for this instance of fmap). According to @isovector the two different types for fmap combined with the way recursive calls are handled result in the tactic plugin failing to find a solution.
Consider
The tactics plugin fails to fill the hole. One potential solution would be
Where the first
fmap
is on the functorf
and the secondfmap
is on the functorFix f
(i.e. recursive call for this instance offmap
). According to @isovector the two different types forfmap
combined with the way recursive calls are handled result in the tactic plugin failing to find a solution.This has been tested as of commit 6c14163.
The text was updated successfully, but these errors were encountered: