Skip to content

JLimperg/sf-seminar-2023

Repository files navigation

Software Foundations Seminar at LMU Munich, 2023 Edition

Course page

Contents

This repository contains the first three volumes of Benjamin Pierce et al.'s online textbook Software Foundations. Please use the copies in this repository rather than the ones you can download from the Software Foundations website, to make sure we're all working with the exact same files.

Installation

You'll need the following software to work with the Software Foundations code:

  • Coq 8.17.1
  • CoqIDE or the Proof General Emacs mode (further instructions assume CoqIDE)

There are various ways to install this software:

  • (Recommended) Install the Coq Platform, release 2023.03.0. Installers for Windows and MacOS are here and a Snap package for Linux is here. The installers offer lots of packages; you only need coq, coqide and their dependencies (the 'IDE level').
  • Install Coq and CoqIDE via your distribution's package manager. Make sure you get exactly version 8.17.1.
  • Other options are listed here.

To check whether Coq is working, open the file logical-foundations/Basics.v in CoqIDE. Put your cursor after the command

Compute (next_weekday friday).

and hit Ctrl-Alt-Rightarrow (or click on the "Run to Cursor" icon in the toolbar). The part of the file up to your cursor should be highlighted in green and Coq should print the result of the Compute command (= monday : day).

About

Materials for my Software Foundations seminar, 2023 edition

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published