Copyright | (c) CNRS 2017 |
---|---|
License | AGPL + CECILL v3 |
Maintainer | team@gargantext.org |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
uncurryMaybe :: (Maybe a, Maybe b) -> Maybe (a, b) #
uncurryMaybeSecond :: (a, Maybe b) -> Maybe (a, b) #