[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Check for eta-expansions
- Subject: Check for eta-expansions
- From: Chris Warburton
- Date: Tue, 03 Apr 2018 19:47:27 +0100
- State: new
For example `map (x: foo y x) bar` can be simplified to
`map (foo y) bar`