You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+23
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,29 @@ Use [cabal][] to run the test suite:
21
21
22
22
cabal test
23
23
24
+
Run
25
+
----
26
+
27
+
Use hol-package contains an executable called hol-pkg, which is run as follows:
28
+
29
+
Usage: hol-pkg INPUT
30
+
where INPUT is one of the following forms:
31
+
FILE.art : a proof article file
32
+
FILE.thy : a theory package file
33
+
NAME-VERSION : a specific version of an installed theory package
34
+
NAME ... : the latest version of a list of packages
35
+
36
+
The hol-pkg program reads the INPUT to generate a set of theorems, which are pretty-printed to standard output together with the symbols they contain. For example, the command hol-pkg unit generates the following output:
0 commit comments