~npalix/coccinelle/upstream

« back to all changes in this revision

Viewing changes to commons/common.mli

  • Committer: julia
  • Date: 2015-10-14 17:48:05 UTC
  • mfrom: (4161.1.36)
  • Revision ID: git-v1:a003690731091aabcb22e33dd40f05f273ca393d
MergeĀ git+ssh://scm.gforge.inria.fr//gitroot/coccinelle/coccinelle

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
  ('a * string) list -> (string -> 'a) * ('a -> string)
333
333
 
334
334
(*****************************************************************************)
335
 
(* Macro *)
336
 
(*****************************************************************************)
337
 
 
338
 
(* was working with my macro.ml4 *)
339
 
val macro_expand : string -> unit
340
 
 
341
 
(*****************************************************************************)
342
335
(* Composition/Control *)
343
336
(*****************************************************************************)
344
337