Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / commons / ofullcommon.ml
1 (* Do a 'open Fullcommon' to access most of the functions in commons/
2 * without needing to qualify them.
3 *
4 * update: Jane Street use a similar trick, to have a more complete
5 * Pervasives, but for far more. They can define a module Std that
6 * correspond to old std lib and a module Std_internal that instead
7 * include all their extensions over the standard lib (a more complete
8 * List module, Arg, etc)
9 *)
10
11 include Common
12
13 include Oset
14 include Oassoc
15 include Oarray
16 include Ograph
17
18 include Osetb
19 include Oassoch
20 include Oassocb
21 include Oseti
22 include Ograph2way
23 include Oassoc_buffer