package logtk

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d

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

Module Logtk_proofs.LLProverSource

Low Level Prover

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

Sourcetype res =
  1. | R_ok
  2. | R_fail
Sourcetype final_state
Sourceval can_check : LLProof.tag list -> bool

Is this set of tags accepted by the tableau prover?

Sourceval 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