]> matita.cs.unibo.it Git - helm.git/blob - matitaB/components/ng_refiner/nCicRefineUtil.mli
This commit patches the environment and the library so that their status is
[helm.git] / matitaB / components / ng_refiner / nCicRefineUtil.mli
1 (*
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.                     
5     ||I||                                                                
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_______________________________________________________________ *)
11
12 (* $Id: nCicRefiner.ml 9802 2009-05-25 15:39:26Z tassi $ *)
13
14 val alpha_equivalence : #NCicEnvironment.status -> NCic.term -> NCic.term -> bool 
15
16 val replace_lifting :
17   #NCicEnvironment.status ->
18   equality:((string * NCic.context_entry) list ->
19             NCic.term -> NCic.term -> bool) ->
20   context:(string * NCic.context_entry) list ->
21   what:NCic.term list ->
22   with_what:NCic.term list -> where:NCic.term -> NCic.term
23