package logtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get_eqn : t -> Position.t -> (term * term * bool) option

get the term l at given position in clause, and r such that l ?= r is the Literal.t at the given position.

The following functions will raise Invalid_argument if the position is not valid or if the literal isn't what's asked for

val get_eqn_exn : t -> Position.t -> term * term * bool