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
"Functor" has different meanings in Prolog and Haskell. Data.functor and Complier.Functor make the code confusing and force us to hide Haskell's builtin Functor in imports. Rename them to something like "PFunctor" or maybe "Phunctor." 😄
The text was updated successfully, but these errors were encountered:
"Functor" has different meanings in Prolog and Haskell.
Data.functor
andComplier.Functor
make the code confusing and force us to hide Haskell's builtinFunctor
in imports. Rename them to something like "PFunctor" or maybe "Phunctor." 😄The text was updated successfully, but these errors were encountered: