------------------------------------------------------------------------ -- The Agda standard library -- -- Symmetric closures of binary relations -- -- This module is DEPRECATED. Please use the -- Relation.Binary.Construct.Closure.Symmetric module directly. ------------------------------------------------------------------------ {-# OPTIONS --without-K --safe #-} module Relation.Binary.SymmetricClosure where open import Relation.Binary.Construct.Closure.Symmetric public