Skip to content

Commit

Permalink
new name for the Gillian lab
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasLoow committed Dec 18, 2024
1 parent 4e46654 commit d30b852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sphinx/wisl/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ WISL is an instantiation of Gillian to a simple while language with a C-style bl
.. toctree::
:titlesonly:

lab
verification-tutorial
6 changes: 3 additions & 3 deletions sphinx/wisl/lab.rst → sphinx/wisl/verification-tutorial.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Initial Lab
===========
Verification Tutorial
=====================

Welcome to the first Gillian lab! In this lab, you'll be using Gillian and its :doc:`debugger </debugger>` to add missing proof tactics to while programs and verify them with :doc:`/wisl/index`.
Welcome to this verification tutorial lab! In this lab, you'll be using Gillian and its :doc:`debugger </debugger>` to add missing proof tactics to while programs and verify them with :doc:`/wisl/index`.

You are provided with 2 files: ``sll.wisl`` and ``dll.wisl``, which contain predicates, lemmas and functions. The goal is to use WISL and its debugger to insert the right proof tactics for every function to successfully verify.
Note that in practice, Gillian can infer a lot of these annotations on its own; for this lab, we disable this by using Gillian's "manual" mode.
Expand Down

0 comments on commit d30b852

Please sign in to comment.