I'm writing a language inspired by Rust and F#, it compiles to native (and can also be interpreted). I've got ADTs (and Rust like error handling), and the forward pipe operator ("|>") from F#.
But it's been a while since I used F# on a daily basis. What features do you adore, and wish you could find in the language you otherwise use?