diff options
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 |