ClausesParser

interface ClausesParser

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun parseClauses(input: String): List<<ERROR CLASS>>
open fun parseClauses(input: String, operators: <ERROR CLASS>): List<<ERROR CLASS>>
Link copied to clipboard
open fun parseClausesLazily(input: String): Sequence<<ERROR CLASS>>
abstract fun parseClausesLazily(input: String, operators: <ERROR CLASS>): Sequence<<ERROR CLASS>>
Link copied to clipboard
open fun parseTheory(input: String): <ERROR CLASS>
open fun parseTheory(input: String, operators: <ERROR CLASS>): <ERROR CLASS>

Properties

Link copied to clipboard
abstract val defaultOperatorSet: <ERROR CLASS>

Inheritors

Link copied to clipboard