diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-19 23:06:00 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:41 +1300 |
commit | 1005d232506d25b2f9570ea54b135c2623b0ed5e (patch) | |
tree | bdafb1e5cf26c6a71f87edb5acd82e3176018390 /haskell/haskell-assoc/slack-desc | |
parent | 94d39af01e446511fcefae3c15ebbdb3413e5262 (diff) |
haskell/haskell-assoc: Added (swap and assoc).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-assoc/slack-desc')
-rw-r--r-- | haskell/haskell-assoc/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-assoc/slack-desc b/haskell/haskell-assoc/slack-desc new file mode 100644 index 0000000000000..dd6c0a2c3359f --- /dev/null +++ b/haskell/haskell-assoc/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-assoc: haskell-assoc (swap and assoc: Symmetric and Semigroupy Bifunctors) +haskell-assoc: +haskell-assoc: Provides generalisations of swap :: (a,b) -> (b,a) and +haskell-assoc: assoc :: ((a,b),c) -> (a,(b,c)) to Bifunctors supporting similar +haskell-assoc: operations (e.g. Either, These). +haskell-assoc: +haskell-assoc: https://hackage.haskell.org/package/assoc +haskell-assoc: +haskell-assoc: +haskell-assoc: +haskell-assoc: |