package logtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Core types and algorithms for logic
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.6.tar.gz
md5=97cdb2f90468e9e27c7bbe3b4fb160bb
sha512=fee73369f673a91dfa9e265fc69be08b32235e10a495f3af6477d404fcd01e3452a0d012b150f3d7f97c00af2f6045019ad039164bf698f70d771231cc4efe5d
doc/logtk.proofs/Logtk_proofs/LLProof_check/index.html
Module Logtk_proofs.LLProof_checkSource
Check LLProof
TODO: the checker itself.
GOAL: A tiny Tableau-like prover that tries to re-prove each step in a simple way.
Source
type stats = {n_ok : int;(*steps that were successfully checked
*)n_fail : int;(*steps that failed
*)n_skip_esa : int;(*steps skipped because ESA
*)n_skip_trivial : int;(*steps skipped because they are trivial
*)n_skip : int;(*steps skipped, not checked
*)
}Result for checking only one step
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page