Closed Quantumplation closed 9 years ago
No, you just need to have them in scope. GHC replaces the regular "not in scope" error with a hole when an identifier begins with _, but if it's in scope it should find it.
You'll need to import Data.Aeson.Lens
. If you already did this you might need to add _Value
to the import list.
Ah, sorry, I see now! Sorry for being a bit of a noob :)
This may be a misunderstanding on my part, and if so, I apologize.
Because some of the identifiers in this library begin with underscores, GHC 7.8.3 is picking them up as "Typed Holes" whenever I use them.
Do I need to (somehow?) disable typed holes?