Skip to content

Commit

Permalink
Add new XDOC kestrel-utilities topic.
Browse files Browse the repository at this point in the history
This will be the merging of the kestrel-general-utilities and
kestrel-system-utilities topics.
  • Loading branch information
acoglio committed Jul 27, 2016
1 parent af5bf03 commit f90b076
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions books/kestrel/top.lisp
Expand Up @@ -15,6 +15,7 @@
(include-book "general/top")
(include-book "soft/top")
(include-book "system/top")
(include-book "utilities/top")

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Expand Down
45 changes: 45 additions & 0 deletions books/kestrel/utilities/top.lisp
@@ -0,0 +1,45 @@
; Kestrel Utilities
;
; Copyright (C) 2016 Kestrel Institute (http://www.kestrel.edu)
;
; License: A 3-clause BSD license. See the LICENSE file distributed with ACL2.
;
; Author: Alessandro Coglio (coglio@kestrel.edu)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

; This file provides utilities in the Kestrel Books.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(in-package "ACL2")

(include-book "../general/auto-termination")
(include-book "../general/define-sk")
(include-book "../general/testing")
(include-book "../general/types")
(include-book "../general/ubi")

(include-book "../system/applicability-conditions")
(include-book "../system/defchoose-queries")
(include-book "../system/defun-sk-queries")
(include-book "../system/directed-untranslate")
(include-book "../system/event-forms")
(include-book "../system/fresh-names")
(include-book "../system/install-not-norm-event")
(include-book "../system/minimize-ruler-extenders")
(include-book "../system/numbered-names")
(include-book "../system/prove-interface")
(include-book "../system/terms")
(include-book "../system/user-interface")
(include-book "../system/verify-guards-program")
(include-book "../system/world-queries")

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(defxdoc kestrel-utilities

:parents (kestrel-books)

:short
"Utilities in the <see topic='@(url kestrel-books)'>Kestrel Books</see>.")

0 comments on commit f90b076

Please sign in to comment.