File: do-block.yaml

package info (click to toggle)
hlint 3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 988 kB
  • sloc: haskell: 7,098; lisp: 86; makefile: 3
file content (2 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (2)
1
2
- ignore: { }
- warn: {lhs: "case m of Just x -> y; Nothing -> Nothing", rhs: "do x <- m; y"}