Nemerle Documentation

List.FoldLeft Method 

public static object FoldLeft(
   list l,
   object acc,
   Func2 f
);

See Also

List Class | Nemerle.Collections Namespace