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 $ *)
16 NCic.metasenv -> NCic.substitution -> NCic.context ->
17 (NCic.term * NCic.term) -> (NCic.term * NCic.term) list ->
18 (NCic.term * NCic.term * NCic.metasenv * NCic.substitution) list
21 val empty_state: state
22 val forward_infer_step: state -> NCic.term -> NCic.term -> state
23 val index_obj: state -> NUri.uri -> state
24 val is_equation: NCic.metasenv ->
25 NCic.substitution -> NCic.context -> NCic.term -> bool
28 NCic.metasenv -> NCic.substitution -> NCic.context ->
30 (NCic.term * NCic.term) ->
31 (NCic.term * NCic.term * NCic.metasenv * NCic.substitution) list
34 NCic.metasenv -> NCic.substitution -> NCic.context ->
36 (NCic.term * NCic.term) ->
37 (NCic.term * NCic.term * NCic.metasenv * NCic.substitution) list
40 NCic.metasenv -> NCic.substitution -> NCic.context ->
42 (NCic.term * NCic.term) ->
43 (NCic.term * NCic.term * NCic.metasenv * NCic.substitution) list