We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supposedly cl-lib is the way to go, so change those:
cl-lib
$ grep -Hn "require 'cl)" *.el haskell-cabal.el:37:;; (with-no-warnings (require 'cl)) haskell-doc.el:303:(eval-when-compile (require 'cl))
The text was updated successfully, but these errors were encountered:
From what I can tell, the only cl function used in haskell-doc is lexical-let, which when using lexical binding is useless.
cl
haskell-doc
lexical-let
Sorry, something went wrong.
@fice-t: Can you fix those two places?
No branches or pull requests
Supposedly
cl-lib
is the way to go, so change those:The text was updated successfully, but these errors were encountered: