oalg-base-3.0.0.0: Algebraic structures on oriented entities and limits as a tool kit to solve algebraic problems.
Copyright(c) Erich Gut
LicenseBSD3
Maintainerzerich.gut@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

OAlg.Data.Relation

Contents

Description

binary relations.

Synopsis
  • class Symmetric (r :: k -> k -> Type) where
    • swap :: forall (x :: k) (y :: k). r x y -> r y x

Symmetric

class Symmetric (r :: k -> k -> Type) where Source #

symmetric relation.

Methods

swap :: forall (x :: k) (y :: k). r x y -> r y x Source #