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
error:
Not in scope: type constructor or class ‘Stuck’
|
33 | = FromMaybe Stuck =<< FindIndex (TyEq key) ts
| ^^^^^
/Users/jonathan.l/Documents/thinking-with-types/src/CH11.hs:33:22-24: error:
Not in scope: type constructor or class ‘=<<’
|
33 | = FromMaybe Stuck =<< FindIndex (TyEq key) ts
| ^^^
/Users/jonathan.l/Documents/thinking-with-types/src/CH11.hs:33:26-34: error:
Not in scope: type constructor or class ‘FindIndex’
|
33 | = FromMaybe Stuck =<< FindIndex (TyEq key) ts
| ^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Relevent pages
138-141
import Fcf
is not found, and if you get rid of that you are hit with other errors when you implementthere are three errors:
The text was updated successfully, but these errors were encountered: