Summary: To avoid too big abstract states due to instantiated templates in C++, this diff loosens the compare functions of field names and ungated callees. Reviewed By: ezgicicek Differential Revision: D27625775 fbshipit-source-id: e33e9d34cmaster
parent
dcda9b39b3
commit
fbcf418ea4
@ -0,0 +1,10 @@
|
|||||||
|
(*
|
||||||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*)
|
||||||
|
|
||||||
|
open! IStd
|
||||||
|
|
||||||
|
let ( <*> ) x y = if x <> 0 then x else y ()
|
@ -0,0 +1,10 @@
|
|||||||
|
(*
|
||||||
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||||
|
*
|
||||||
|
* This source code is licensed under the MIT license found in the
|
||||||
|
* LICENSE file in the root directory of this source tree.
|
||||||
|
*)
|
||||||
|
|
||||||
|
open! IStd
|
||||||
|
|
||||||
|
val ( <*> ) : int -> (unit -> int) -> int
|
Loading…
Reference in new issue