]> matita.cs.unibo.it Git - helm.git/blob - matitaB/components/ng_paramodulation/nCicBlob.mli
The Blob is not abstracted on the context any more.
[helm.git] / matitaB / components / ng_paramodulation / nCicBlob.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: terms.mli 9822 2009-06-03 15:37:06Z tassi $ *)
13
14 val set_eqP: NCic.term -> unit
15 val set_default_eqP: unit -> unit
16 val saturate: 
17     #NCicEnvironment.status ->
18     NCic.metasenv ->
19     NCic.substitution ->
20     NCic.context -> NCic.term -> NCic.term -> NCic.term * NCic.term
21
22 (*
23 module type NCicContext = 
24   sig
25     val metasenv : NCic.metasenv
26     val subst : NCic.substitution
27     val context : NCic.context
28   end
29 *)
30
31 module NCicBlob: Terms.Blob 
32 with type t = NCic.term and type input = NCic.term
33