File: .hlint.yaml

package info (click to toggle)
haskell-futhark 0.25.32-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,236 kB
  • sloc: haskell: 100,484; ansic: 12,100; python: 3,440; yacc: 785; sh: 561; javascript: 558; lisp: 399; makefile: 277
file content (17 lines) | stat: -rw-r--r-- 904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
- modules:
  - {name: [Data.Set, Data.HashSet], as: S}
  - {name: [Data.Map, Data.Map.*], as: M}
  - {name: [Data.List.NonEmpty], as: NE}
  - {name: [Data.List], as: L}

- error: {lhs: map subExpRes, rhs: subExpsRes}
- error: {lhs: map varRes, rhs: varsRes}
- error: {lhs: return, rhs: pure}
- error: {lhs: nameIn x y, rhs: x `nameIn` y, side: not (isInfixApp original) && not (isParen result), name: Use infix}
- error: {lhs: not (x `nameIn` y), rhs: x `notNameIn` y}
- error: {lhs: not (any (`nameIn` x) y), rhs: all (`notNameIn` x) y}
- error: {lhs: Data.Text.pack (show x), rhs: Futhark.Util.showText x}
- error: {lhs: Data.List.nub, rhs: Futhark.Util.nubOrd}
- error: {lhs: "copyDWIM p [] y [DimFix i]", rhs: "copyDWIMFix p [] y [i]" }
- error: {lhs: "copyDWIM x [DimFix i] y []", rhs: "copyDWIMFix x [i] y []" }
- error: {lhs: "copyDWIM x [DimFix i] y [DimFix j]", rhs: "copyDWIMFix x [i] y [j]" }