~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to commons/ocamlextra/suffix_tree.mli

  • Committer: Nicolas Palix
  • Date: 2010-01-28 14:23:49 UTC
  • Revision ID: git-v1:70d17887795852eca805bfe27745b9810c0a39be
Remove trailing whitespace/tab

svn path=/coccinelle/; revision=8684

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    (** Same as [fold], except the computation starts and finishes at the last argument node. *)
72
72
 
73
73
val fold_s : t -> ('s list -> node -> 's) -> 's
74
 
    (** [fold_s gst synth] is equivalent to [fold gst filter herit synth init], where there is no filtering, and 
 
74
    (** [fold_s gst synth] is equivalent to [fold gst filter herit synth init], where there is no filtering, and
75
75
       no inherited values: purely synthetic. *)
76
76
 
77
77
val fold_s_node : t -> ('s list -> node -> 's) -> node -> 's