package pfff

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file ofullcommon.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(* Do a 'open Fullcommon' to access most of the functions in commons/
 * without needing to qualify them.
 * 
 * update: Jane Street use a similar trick, to have a more complete
 * Pervasives, but for far more. They can define a module Std that
 * correspond to old std lib and a module Std_internal that instead
 * include all their extensions over the standard lib (a more complete
 * List module, Arg, etc) 
*)
include Common2

include Oset
include Oassoc
include Oarray
include Ograph

include Osetb
include Oassoch
include Oassocb
include Oseti
include Ograph2way
include Oassoc_buffer
OCaml

Innovation. Community. Security.