2001-09-06 01:52:32 -07:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
2011-07-27 07:17:02 -07:00
|
|
|
(* OCaml *)
|
2001-09-06 01:52:32 -07:00
|
|
|
(* *)
|
|
|
|
(* Jacques Garrigue, Kyoto University RIMS *)
|
|
|
|
(* *)
|
|
|
|
(* Copyright 2001 Institut National de Recherche en Informatique et *)
|
|
|
|
(* en Automatique. All rights reserved. This file is distributed *)
|
2001-12-07 05:41:02 -08:00
|
|
|
(* under the terms of the GNU Library General Public License, with *)
|
|
|
|
(* the special exception on linking described in file ../LICENSE. *)
|
2001-09-06 01:52:32 -07:00
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
(* Module [StdLabels]: meta-module for labelled libraries *)
|
|
|
|
|
|
|
|
module Array = ArrayLabels
|
|
|
|
|
|
|
|
module List = ListLabels
|
|
|
|
|
|
|
|
module String = StringLabels
|
2014-04-29 04:56:17 -07:00
|
|
|
|
|
|
|
module Bytes = BytesLabels
|