judge-0.1.2.0: Tableau-based theorem prover.

Copyright(c) 2017 2018 N Steenbergen
LicenseGPL-3
Maintainerns@slak.ws
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Logic.Judge.Prover.Tableau.Analytics

Description

This module performs rudimentary analysis of the combinatorial complexity of given tableau systems.

Synopsis

Documentation

analysis :: Extension ext => TableauSystem ext -> Formula ext -> Doc Source #

Produce a Doc indicating the number of instances of each rule of a tableau system. This function is a stub.