@hackage semigroupoids5.3.4

Semigroupoids: Category sans id

semigroupoids

Hackage Build Status

A semigroupoid is a Category without id.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett

  • Installation

    Custom

  • Tested Compilers

  • Dependencies (16)

  • Dependents (146)

    @hackage/box, @hackage/aip, @hackage/validation, @hackage/sv, @hackage/configuration-tools, @hackage/algebra, Show all…
  • Package Flags

      containers
       (on by default)

      You can disable the use of the containers package using `-f-containers`.

      Disabing this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

      contravariant
       (on by default)

      You can disable the use of the contravariant package using `-f-contravariant`.

      Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

      If disabled we will not supply instances of Contravariant

      distributive
       (on by default)

      You can disable the use of the distributive package using `-f-distributive`.

      Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

      If disabled we will not supply instances of Distributive

      doctests
       (on by default)

      You can disable testing with doctests using `-f-doctests`.

      comonad
       (on by default)

      You can disable the use of the comonad package using `-f-comonad`.

      Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

      If disabled we will not supply instances of Comonad

      tagged
       (on by default)

      You can disable the use of the tagged package using `-f-tagged`.

      Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

      unordered-containers
       (on by default)

      You can disable the use of the `unordered-containers` package (and also its dependency hashable) using `-f-unordered-containers`.

      Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.