Release coccinelle-0.2.3rc1
[bpt/coccinelle.git] / commons / ofullcommon.ml
CommitLineData
34e49164
C
1(* Do a 'open Fullcommon' to access most of the functions in commons/
2 * without needing to qualify them.
ae4735db 3 *
34e49164
C
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
ae4735db 8 * List module, Arg, etc)
34e49164
C
9*)
10
11include Common
12
13include Oset
14include Oassoc
15include Oarray
16include Ograph
17
18include Osetb
19include Oassoch
20include Oassocb
21include Oseti
22include Ograph2way
23include Oassoc_buffer