Skip to content
Snippets Groups Projects
Commit 7aaa4bda authored by Andre Maroneze's avatar Andre Maroneze
Browse files

[Wto] document 'pref' argument

parent 0ca18665
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ module Make(Node:sig
type pref = Node.t -> Node.t -> int
(** Partial order of preference for the choice of the head of a loop.
[pref current_head new_candidate] must return < 0 if [new_candidate]
is preferred to [current_head].
Use "(fun _ _ -> 0)" for no specific preference. *)
(** Implements Bourdoncle "Efficient chaotic iteration strategies with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment