Reviewed By: jvillard Differential Revision: D24549076 fbshipit-source-id: fcd231ab1master
parent
03c2a6f118
commit
ca67dfb801
@ -0,0 +1,19 @@
|
||||
(*
|
||||
* 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.
|
||||
*)
|
||||
|
||||
(** First-Order Logic *)
|
||||
|
||||
module Funsym = Funsym
|
||||
module Predsym = Predsym
|
||||
module Var = Var
|
||||
module Term = Exp.Term
|
||||
module Formula = Exp.Formula
|
||||
module Context = Context
|
||||
|
||||
(**/**)
|
||||
|
||||
module Trm = Trm
|
@ -0,0 +1,19 @@
|
||||
(*
|
||||
* 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.
|
||||
*)
|
||||
|
||||
(** First-Order Logic *)
|
||||
|
||||
module Funsym = Funsym
|
||||
module Predsym = Predsym
|
||||
module Var = Var
|
||||
module Term = Exp.Term
|
||||
module Formula = Exp.Formula
|
||||
module Context = Context
|
||||
|
||||
(**/**)
|
||||
|
||||
module Trm = Trm
|
Loading…
Reference in new issue