-
Notifications
You must be signed in to change notification settings - Fork 78
/
hol_lib_use_module.ml
15 lines (14 loc) · 983 Bytes
/
hol_lib_use_module.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(* ========================================================================= *)
(* HOL LIGHT *)
(* *)
(* Modern OCaml version of the HOL theorem prover *)
(* *)
(* John Harrison *)
(* *)
(* (c) Copyright, University of Cambridge 1998 *)
(* (c) Copyright, John Harrison 1998-2024 *)
(* (c) Copyright, Juneyoung Lee 2024 *)
(* ========================================================================= *)
Topdirs.dir_load Format.std_formatter
(Filename.concat (!hol_dir) "hol_lib.cmo");;
include Hol_lib;;