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 $ *)
15 #NCicCoercion.status ->
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:
23 #NCic.status -> NCic.metasenv -> NCic.substitution -> NCic.context ->
24 state -> NCic.term -> NCic.term -> state
26 #NCic.status -> state -> NUri.uri -> state * NCic.term Terms.unit_clause option
28 #NCic.status -> NCic.metasenv -> NCic.substitution -> NCic.context ->
31 #NCicCoercion.status ->
32 NCic.metasenv -> NCic.substitution -> NCic.context ->
34 (NCic.term * NCic.term) ->
35 (NCic.term * NCic.term * NCic.metasenv * NCic.substitution) list
37 #NCicCoercion.status ->
38 NCic.metasenv -> NCic.substitution -> NCic.context ->
40 (NCic.term * NCic.term) ->
41 (NCic.term * NCic.term * NCic.metasenv * NCic.substitution) list
43 #NCicCoercion.status ->
44 NCic.metasenv -> NCic.substitution -> NCic.context ->
46 (NCic.term * NCic.term) ->
47 (NCic.term * NCic.term * NCic.metasenv * NCic.substitution) list