Summary: phew Reviewed By: mityal Differential Revision: D21261643 fbshipit-source-id: 9be463b08master
parent
43586dd8c5
commit
ae9f0ede41
@ -0,0 +1,14 @@
|
||||
; 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.
|
||||
|
||||
(library
|
||||
(name biabduction)
|
||||
(public_name infer.biabduction)
|
||||
(flags
|
||||
(:standard -open Core -open InferIR -open InferStdlib -open IStd -open InferGenerated
|
||||
-open InferBase -open Absint))
|
||||
(libraries core InferStdlib InferGenerated InferBase InferIR absint)
|
||||
(preprocess (pps ppx_compare))
|
||||
)
|
Loading…
Reference in new issue