question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

False errors marked on things from Prelude

See original GitHub issue

IntelliJ is always red-underlining identifiers from Prelude unless they’re imported explicitly.

I suspect it’s because my default Stack project has NoImplicitPrelude enabled, and IntelliJ is incorrectly inferring that it applies to all projects.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rikvdkleijcommented, Apr 3, 2017

I wonder if it might be a good idea to tell ghci to avoid reading ~/.ghc/ghci.conf?

I think it’s good idea 😄 I will change the way the repl is started in this way.

0reactions
chris-martincommented, Apr 24, 2017

Actually, the OverloadedStrings issue is still present - but it’s a different issue. #180

Read more comments on GitHub >

github_iconTop Results From Across the Web

To err is human - and a powerful prelude to learning
Making errors are opportunities to learn from mistakes. ... “Learning about what is wrong may hasten understanding of why the correct ...
Read more >
Library : Apparitions True and False | Catholic Culture
Apparitions True and False How can one tell whether a message one hears, or a vision one sees, or a dream one has,...
Read more >
Error Handling - A Gentle Introduction to Rust
Error handling in Rust can be clumsy if you can't use the question-mark operator. ... use std::io::prelude::*; use std::error::Error; fn run(file: &str) ...
Read more >
Prelude - Hackage - Haskell.org
It is a simple kind of error monad, where all errors are represented by Nothing . A richer error monad can be built...
Read more >
On the lookout for the lost measure: Bach's C-major Prelude ...
You are only killing it with all these false claims to authenticity. Music is not for museums, it has to live in the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found