We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d991b6c commit c4676d3Copy full SHA for c4676d3
key.core/src/main/java/de/uka/ilkd/key/nparser/ProofScriptEntry.java
@@ -0,0 +1,12 @@
1
+/* This file is part of KeY - https://key-project.org
2
+ * KeY is licensed under the GNU General Public License Version 2
3
+ * SPDX-License-Identifier: GPL-2.0-only */
4
+package de.uka.ilkd.key.nparser;
5
+
6
+/**
7
+ *
8
+ * @author Alexander Weigl
9
+ * @version 1 (23.04.24)
10
+ */
11
+public record ProofScriptEntry(String script, de.uka.ilkd.key.parser.Location location) {
12
+}
0 commit comments