Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giorgiosld/sapv
This repo contains the material about the course "Static Analysis and Program Verification" supplied in the Master Degree (LM-18) at the University of Camerino
https://github.com/giorgiosld/sapv
Last synced: about 1 month ago
JSON representation
This repo contains the material about the course "Static Analysis and Program Verification" supplied in the Master Degree (LM-18) at the University of Camerino
- Host: GitHub
- URL: https://github.com/giorgiosld/sapv
- Owner: giorgiosld
- Created: 2023-11-08T10:13:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T15:50:26.000Z (9 months ago)
- Last Synced: 2024-03-16T20:32:18.911Z (9 months ago)
- Language: Agda
- Homepage:
- Size: 870 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SAPV
This repository contains the topics covered during the Static Analysis and Program Verification (SAPV) course. The repo is written entirely in [Agda](https://agda.readthedocs.io/en/latest/), It is assumed to use [emacs](https://www.gnu.org/software/emacs/) as text editor to make using agda as simple as possible.
Command | Action
------- | ---------------
C-c | Load the current file
C-c C-d expression | Show the type of expression
C-c C-n expression | Normalize expression
C-c C-c argument | Perform case analysis on argument
C-c C-, | Show goal and context
C-c C-f | Move forward to the next goal
C-c C-b | Move backward to the previous goal
C-c C-r | Refine the current hole
C-c C-SPACE | Fill the hole with the provided expression