Code: Select all
cli-pb/Main.hs:40:13 error:
• Variable not in scope
asum :: [Parser ParadigmInput] -> Parser ParadigmInput
• Perhaps you meant one of these:
'sum' (imported from prelude), 'asumC' (imported from Conduit)
Perhaps you want to add 'asum' to the import list in the import of
'Data.Foldable' (cli-pb/Main.hs:8.1-29).
|
40 | <$> asum
| ^^^^
This is weird, as it seems to be an error in the compiling, which I'm sure worked fine when I tried it yesterday; I'm not sure what's going on.