Skip to content

Commit a162163

Browse files
committed
Provide an interface for toplevel/topstart.ml
1 parent f137331 commit a162163

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

.depend

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6454,9 +6454,12 @@ toplevel/toploop.cmi : \
64546454
typing/env.cmi
64556455
toplevel/topmain.cmi :
64566456
toplevel/topstart.cmo : \
6457-
toplevel/topmain.cmi
6457+
toplevel/topmain.cmi \
6458+
toplevel/topstart.cmi
64586459
toplevel/topstart.cmx : \
6459-
toplevel/topmain.cmi
6460+
toplevel/topmain.cmi \
6461+
toplevel/topstart.cmi
6462+
toplevel/topstart.cmi :
64606463
toplevel/trace.cmi : \
64616464
typing/types.cmi \
64626465
typing/path.cmi \

toplevel/topstart.mli

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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 *)

0 commit comments

Comments
 (0)