SessionCommand

gapt.provers.Session.SessionCommand
See theSessionCommand companion object
sealed trait SessionCommand[A]

Trait for individual session commands.

Type parameters

A

The return type of the command.

Attributes

Companion
object
Source
Session.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Ask
class Assert
object CheckSat.type
class DeclareFun
class DeclareSort
object Pop.type
object Push.type
class SetLogic
class SetOption
class Tell
Show all
In this article