package coq-waterproof

  1. Overview
  2. Docs
Coq proofs in a style that resembles non-mechanized mathematical proofs

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.0.0+8.19.1.tar.gz
md5=6a1981f702a8d71b1407928e37ad9b95
sha512=149087397667a7dacaa8b6e9fa9552f829a8b807dd8a16ed0209b4ff82c3aeeb5f008d837a4cff1772debcb4929defd2588b53fa472c9d27d661e164404e98ac

doc/coq-waterproof.plugin/Waterproof/Wp_bullets/index.html

Module Waterproof.Wp_bulletsSource

This module registers two new bullet behaviors available for use in Waterproof. With

Set Bullet Behavior "Waterproof Strict Subproofs".

one basically gets the default bullet behavior, with slightly different suggestion and error messages.

With

Set Bullet Behavior "Waterproof Relaxed Subproofs".

it doesn't matter which exact bullets one uses in a particular place: they all function the same.