Some time ago, colleagues stumbled upon a case where List.contains was significantly slower than identical use of List.exists. List.contains and List.exists are functions from F# standard library, where List.contains x xs check if the list xs contai...
Jindřich Ivánek's personal blog, mostly about F#.