2 ||M|| This file is part of HELM, an Hypertextual, Electronic
3 ||A|| Library of Mathematics, developed at the Computer Science
4 ||T|| Department, University of Bologna, Italy.
6 ||T|| HELM is free software; you can redistribute it and/or
7 ||A|| modify it under the terms of the GNU General Public License
8 \ / version 2 or (at your option) any later version.
9 \ / This software is distributed as is, NO WARRANTY.
10 V_______________________________________________________________ *)
12 (* $Id: orderings.ml 9869 2009-06-11 22:52:38Z denes $ *)
21 (t Terms.bag * int * t Terms.substitution * int list) list
24 | Timeout of int * t Terms.bag
25 type bag = t Terms.bag * int
26 val empty_state : state
27 val bag_of_state :state -> bag
28 val replace_bag : state -> bag -> state
29 val mk_passive : bag -> input * input -> bag * t Terms.unit_clause
30 val mk_goal : bag -> input * input -> bag * t Terms.unit_clause
31 val forward_infer_step :
33 t Terms.unit_clause ->
47 g_passives:t Terms.unit_clause list ->
48 passives:t Terms.unit_clause list -> szsontology
50 state -> input* input -> szsontology
52 state -> input* input -> szsontology
62 module Paramod ( B : Orderings.Blob ) : Paramod
63 with type t = B.t and type input = B.input