biscuit-haskell-0.3.0.0: Library support for the Biscuit security token
Copyright© Clément Delafargue 2021
LicenseMIT
Maintainerclement@delafargue.name
Safe HaskellSafe-Inferred
LanguageHaskell2010

Auth.Biscuit.Utils

Description

 
Synopsis

Documentation

maybeToRight :: b -> Maybe a -> Either b a Source #

Exactly like maybeToRight from the either package, but without the dependency footprint

rightToMaybe :: Either b a -> Maybe a Source #

Exactly like rightToMaybe from the either package, but without the dependency footprint