[PostScript]
Involutive (op, T): trait
  introduces op: T -> T
  asserts forall x: T
    op(op(x)) == x
[Table of Contents] [Index]