File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change @@ -6454,9 +6454,12 @@ toplevel/toploop.cmi : \
6454
6454
typing/env.cmi
6455
6455
toplevel/topmain.cmi :
6456
6456
toplevel/topstart.cmo : \
6457
- toplevel/topmain.cmi
6457
+ toplevel/topmain.cmi \
6458
+ toplevel/topstart.cmi
6458
6459
toplevel/topstart.cmx : \
6459
- toplevel/topmain.cmi
6460
+ toplevel/topmain.cmi \
6461
+ toplevel/topstart.cmi
6462
+ toplevel/topstart.cmi :
6460
6463
toplevel/trace.cmi : \
6461
6464
typing/types.cmi \
6462
6465
typing/path.cmi \
Original file line number Diff line number Diff line change
1
+ (* *************************************************************************)
2
+ (* *)
3
+ (* OCaml *)
4
+ (* *)
5
+ (* Sebastien Hinderer, projet Cambium, INRIA Paris *)
6
+ (* *)
7
+ (* Copyright 2022 Institut National de Recherche en Informatique et *)
8
+ (* en Automatique. *)
9
+ (* *)
10
+ (* All rights reserved. This file is distributed under the terms of *)
11
+ (* the GNU Lesser General Public License version 2.1, with the *)
12
+ (* special exception on linking described in the file LICENSE. *)
13
+ (* *)
14
+ (* *************************************************************************)
15
+
16
+ (* Interface to the toplevel's start module *)
17
+
18
+ (* This interface file is empty because the toplevel/topstart.ml only runs
19
+ code during initialisation and exports nothing *)
You can’t perform that action at this time.
0 commit comments