Module Logtk.Defined_pos
Defined positions for Defined Functions
type t=|P_active|P_invariant|P_accumulatorpositions that are immediate arguments of some defined constant can be classified as follows:
- active position (patterns on LHS of rules)
- invariant positions (variable on LHS and RHS of rules)
- accumulator positions (variable on LHS, non-variable on RHS)
type pos= t
module Arr : sig ... end