public static bool biforall <A>(OptionUnsafe <A> option, Func <A, bool> Some, Func <bool> None) =>
 option.BiForAll(Some, None);