package logtk

  1. Overview
  2. Docs
Core types and algorithms for logic

Install

Dune Dependency

Authors

Maintainers

Sources

2.1.tar.gz
md5=e72de75e9f0f87da9e6e8c0a4d4c89f9
sha512=81becfc9badd686ab3692cd9312172aa4c4e3581b110e81770bb01e0ffbc1eb8495d0dd6d43b98f3d06e6b8c8a338174c13ebafb4e9849a3ddf89f9a3a72c287

doc/logtk.proofs/Logtk_proofs/LLProver/index.html

Module Logtk_proofs.LLProver

Low Level Prover

A small theorem prover that checks entailment of ground formulas, with higher order terms and some theories

type form = LLTerm.Form.t
type res =
  1. | R_ok
  2. | R_fail
type final_state
val can_check : LLProof.tag list -> bool

Is this set of tags accepted by the tableau prover?

val prove : form list -> form -> res * final_state

prove a b returns R_ok if a => b is a tautology.

OCaml

Innovation. Community. Security.

On This Page
  1. Low Level Prover