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