biscuit-haskell-0.2.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