proposit-core
    Preparing search index...

    Interface TPremiseClassification

    Premise type classification (inference vs constraint).

    interface TPremiseClassification {
        isConstraint(): boolean;
        isInference(): boolean;
    }

    Implemented by

    Index

    Methods