Skip to content
Snippets Groups Projects
Commit 6d748924 authored by hondet's avatar hondet
Browse files

used pc-parse instead of parse

parent 3d8d74d9
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ type TY among defined symbols of signature SIG."
(declaim (ftype (function (string) some-pvs-type) open-some-pvs-type))
(defun open-some-pvs-type (pty)
(if (string/= pty "NIL") (pvs::parse :string pty :nt 'pvs:type-expr)))
(if (string/= pty "NIL") (pvs:pc-parse pty 'pvs:type-expr)))
(declaim (ftype (function (cons) variant) open-variant))
(defun open-variant (ts)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment