Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
F# 0.11 KB | None | 0 0
  1. let genSumF fs =
  2.   List.fold (fun sum el -> <@ fun x -> (%sum) x + (%el) x @>
  3.             ) <@ fun x -> 0.0 @> fs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement