Static.StratResultStratResult 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 ... endModule with Infix operators for StratResult