Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 534 Bytes

README.markdown

File metadata and controls

14 lines (10 loc) · 534 Bytes

A general-purpose library for LCF refiners

The standard mode of use of this library is to implement the LCF signature by specifying two things:

  1. A data-structure for goals.
  2. A data structure for evidence.

With the structure that you have implemented, the standard LCF tacticals may be deployed off the shelf using the Tacticals structure.

In case the evidence type is non-trivial, then this constitues an implementation of "LCF with validations"; in case the evidence type is subsingleton, then this is plain LCF.