Static.StratResult
StratResult
defines results of strategies, as well as some helpful functions.
type 'a t =
'a t
defines results of strategies.
bind r f
returns f r
if r
is Authenticated
and r
if anything else
module Infix : sig ... end
Module with Infix operators for StratResult