Wip #10
Open
Wip #10
Annotations
7 errors and 12 warnings
src/Lib3.hs#L80
Variable not in scope: newChan :: IO (Chan ())
|
src/Lib3.hs#L82
Variable not in scope:
|
src/Lib3.hs#L83
Variable not in scope: readChan :: Chan () -> IO a1
|
src/Lib3.hs#L86
Variable not in scope: newChan :: IO (Chan String)
|
src/Lib3.hs#L87
Variable not in scope:
|
src/Lib3.hs#L88
Variable not in scope: readChan :: Chan String -> IO String
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, haskell/actions/setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Lessons/Lesson01.hs#L69
This binding for ‘t’ shadows the existing binding
|
src/Lessons/Lesson01.hs#L93
This binding for ‘b’ shadows the existing binding
|
src/Lessons/Lesson02.hs#L67
Defined but not used: ‘x’
|
src/Lessons/Lesson03.hs#L5
The import of ‘Control.Exception’ is redundant
|
src/Lessons/Lesson03.hs#L7
Orphan instance: instance Show Wheel
|
src/Lessons/Lesson06.hs#L16
Defined but not used: ‘action’
|
src/Lessons/Lesson06.hs#L24
Defined but not used: ‘runInPar’
|
src/Lessons/Lesson06.hs#L30
Defined but not used: ‘action'’
|
src/Lessons/Lesson06.hs#L37
Defined but not used: ‘chanReader’
|
src/Lessons/Lesson06.hs#L43
Defined but not used: ‘runInPar'’
|
|
This job failed
Loading