products/sources/formale sprachen/PVS/pvs-patches image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: patch-2.lisp   Sprache: Lisp

Original von: PVS©

(defun resolve-theory-actuals (decl acts dacts dth args mappings)
  (let* ((thinsts (get-importings dth))
  (genthinst (find-if-not #'actuals thinsts)))
    (if genthinst
 (let* ((nacts (compatible-parameters?
         acts (formals-sans-usings dth)))
        (dthi (when nacts
         (mk-modname-no-tccs
   (id dth) nacts (library genthinst))))
        (*generate-tccs* 'none))
   (when dthi
     (when dacts
       (setf (dactuals dthi) dacts)
       (let ((res (mk-resolution decl nil nil)))
  (setf (resolutions dthi) (list res))))
     (set-type-actuals-and-maps dthi dth)
     #+pvsdebug (assert (fully-typed? dthi))
     (when (and (compatible-arguments? decl dthi args
           (current-theory))
         (visible-to-mapped-tcc? decl dthi dth))
       (list dthi))))
 (let* ((modinsts (decl-args-compatible? decl args mappings))
        (thinsts (matching-decl-theory-instances
    acts dth modinsts)))
   (when thinsts
     (remove-if (complement
   #'(lambda (thinst)
       (visible-to-mapped-tcc? decl thinst dth)))
       thinsts))))))

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.


Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.


Bot Zugriff