Ex4pmEngine.LTLf.Formula (ex4pm v26.9.9)

Copy Markdown View Source

Summary

Types

t()

@type t() ::
  {:response, a :: String.t(), b :: String.t()}
  | {:precedence, a :: String.t(), b :: String.t()}
  | {:non_coexistence, a :: String.t(), b :: String.t()}
  | {:chain_response, a :: String.t(), b :: String.t()}
  | {:exactly_once, a :: String.t()}
  | {:absence, a :: String.t()}
  | {:and, [t()]}
  | {:or, [t()]}