Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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