Skip to content
#

signatures

Here are 113 public repositories matching this topic...

chshersh
chshersh commented Sep 4, 2018

These functions can be put directly to containers-sig-* packages.

  • !? as an operator version of lookup
  • // for Map difference

For example, there's this useful operator:

infixl 9 !?
(!?) :: Key k => Map k v -> k -> Maybe v
(!?) m k = lookup k m

And probably there exist other useful functions with default implementations. We need to collect such functions an

Improve this page

Add a description, image, and links to the signatures topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the signatures topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.