diff options
Diffstat (limited to 'stdlib/bytesLabels.ml')
-rw-r--r-- | stdlib/bytesLabels.ml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/stdlib/bytesLabels.ml b/stdlib/bytesLabels.ml new file mode 100644 index 000000000..8ec8ec9e1 --- /dev/null +++ b/stdlib/bytesLabels.ml @@ -0,0 +1,16 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Jacques Garrigue, Kyoto University RIMS *) +(* *) +(* Copyright 2001 Institut National de Recherche en Informatique et *) +(* en Automatique. All rights reserved. This file is distributed *) +(* under the terms of the GNU Library General Public License, with *) +(* the special exception on linking described in file ../LICENSE. *) +(* *) +(***********************************************************************) + +(* Module [BytesLabels]: labelled Bytes module *) + +include Bytes |