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

A general purpose library for writing Classic LCF-with-validations-style refiners. Deprecated in favor of https://github.com/RedPRL/sml-dependent-lcf

Notifications You must be signed in to change notification settings

RedPRL/sml-lcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A general purpose library for writing Classic LCF-with-validations-style refiners. Deprecated in favor of https://github.com/RedPRL/sml-dependent-lcf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published