Created
December 7, 2016 17:42
-
-
Save pmiddend/bf4f7b4b5c98bc8adcf0866a7c628056 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
, vcEvents = foldMap (flip Map.singleton <*> ((,Nothing) . (uidValue . veUID))) (issueToEvent <$> issues) | |
-- , vcEvents = foldMap (\issue -> Map.singleton ((,Nothing) . (uidValue . veUID) $ issue) issue) (issueToEvent <$> issues) | |
-- , vcEvents = foldMap (\issue -> Map.singleton (uidValue . veUID $ issue,Nothing) issue) (issueToEvent <$> issues) | |
-- , vcEvents = foldr (\issue map -> Map.insert ((uidValue . veUID $ issue,Nothing)) issue map) Map.empty (issueToEvent <$> issues) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment