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.