Skip to content

Commit

Permalink
fun: -> f:
Browse files Browse the repository at this point in the history
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/lightlabels@3014 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
Jacques Garrigue committed Mar 29, 2000
1 parent 7b70f8d commit 06fa878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otherlibs/dbm/dbm.mli
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ external nextkey : t -> string = "caml_dbm_nextkey"
[firstkey db] returns the first key, and repeated calls
to [nextkey db] return the remaining keys. [Not_found] is raised
when all keys have been enumerated. *)
val iter : fun:(key:string -> data:string -> 'a) -> t -> unit
val iter : f:(key:string -> data:string -> 'a) -> t -> unit
(* [iter f db] applies [f] to each ([key], [data]) pair in
the database [db]. [f] receives [key] as first argument
and [data] as second argument. *)

0 comments on commit 06fa878

Please sign in to comment.