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.17.tar.gz
md5=0d402d92c1d3309dcb01fcbdb7f72c37
sha512=7a82041ef05b3edd0fbe2f63507a7ce7d910f6bf3f2a5d615b0c6f55986fd60ae2d5006983929d08a63a3a2c917801709aa4a47d2c1161a2d72d223081d341a9

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

Module Waterproof.Hint_dataset_declarationsSource

Sourcetype hint_dataset

Interface to load and unload usual hint databases such as reals, integers, classical logic, ...

Sourcetype database_type =
  1. | Main
  2. | Decidability
  3. | Shorten

Type referencing all database lists that a hint_dataset should contain

Sourceval database_type_of_string : string -> database_type

Converts a string to a database_type

Sourceval name : hint_dataset -> string

Returns the name of the given dataset

Sourceval get_databases : hint_dataset -> database_type -> Hints.hint_db_name list

Returns the list of databases for the given database_type

Sourceval new_dataset : string -> hint_dataset

Create a new empty dataset with a given name

Sourceval set_databases : hint_dataset -> database_type -> string list -> hint_dataset

Sets the databases of the given type for the given dataset

Sourceval empty : hint_dataset
Sourceval algebra : hint_dataset
Sourceval integers : hint_dataset
Sourceval reals_and_integers : hint_dataset
Sourceval intuition : hint_dataset
Sourceval classical_epsilon : hint_dataset