Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 778 Bytes

File metadata and controls

48 lines (35 loc) · 778 Bytes

Version 2.3-dev

The library has been tested using Agda 2.7.0 and 2.7.0.1.

Highlights

Bug-fixes

Non-backwards compatible changes

Minor improvements

Deprecated modules

Deprecated names

New modules

  • Bundles for left- and right- actions:

    Algebra.Action.Bundles
    
  • The free Monoid actions over a SetoidAction:

    Algebra.Action.Construct.FreeMonoid
    
  • The left- and right- regular actions (of a Monoid) over itself:

    Algebra.Action.Construct.Self
    
  • Structures for left- and right- actions:

    Algebra.Action.Structures
    

Additions to existing modules