aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/snapshots/main__eta_reduction.snap
blob: 6271980bb5f74b669a867d8048b8b2dcea2ead20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: bin/tests/main.rs
expression: "&out"

---
[W07] Warning: This function expression is eta reducible
    ╭─[data/eta_reduction.nix:11:9]
    │
 11 │   (map (x: double x) xs)
    ·         ─────┬─────  
    ·              ╰─────── Found eta-reduction: double
────╯