diff options
author | Mark Shinwell <mshinwell@janestreet.com> | 2012-11-23 14:55:29 +0000 |
---|---|---|
committer | Mark Shinwell <mshinwell@janestreet.com> | 2012-11-23 14:55:29 +0000 |
commit | 6a124349a54f43d5800699408fc8bfd99e6b1e8f (patch) | |
tree | 8168f8a3d140eb80339e66805fe5018ab72e7174 /asmcomp/dwarf_low/std_internal.ml | |
parent | 7c67b08cdb9ad9e139eede3e2101819db0b695d8 (diff) | |
download | ocaml-dwarf.tar.gz |
file headersdwarf
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/dwarf@13103 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'asmcomp/dwarf_low/std_internal.ml')
-rw-r--r-- | asmcomp/dwarf_low/std_internal.ml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/asmcomp/dwarf_low/std_internal.ml b/asmcomp/dwarf_low/std_internal.ml index 024a9a4b0a..5500df865d 100644 --- a/asmcomp/dwarf_low/std_internal.ml +++ b/asmcomp/dwarf_low/std_internal.ml @@ -1,3 +1,15 @@ +(***********************************************************************) +(* *) +(* OCaml *) +(* *) +(* Mark Shinwell, Jane Street Europe *) +(* *) +(* Copyright and licence information to be added. *) +(* *) +(* *) +(* *) +(***********************************************************************) + module List = struct include ListLabels let fold = fold_left |