package lambdapi

  1. Overview
  2. Docs

Symbols and signature for unification rules.

This module provides a signature to be used to handle unification rules. The signature is not attached to any real lambdapi file and is henceforth qualified to be a "ghost" signature.

val equiv : Term.sym

Symbol "≡".

val cons : Term.sym

Symbol ";".

val unpack : Term.term -> (Term.term * Term.term) list

unpack eqs transforms a term of the form cons (equiv t u) (cons (equiv v w) ...) into a list [(t,u); (v,w); ...].

val mem : Term.sym -> bool

mem s is true iff s belongs to sign.