Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-11-10 10:45:48 -0800 (Thu, 10 Nov 2005)
Revision: 8159
Log message:

      Proof checking is now completely decidable.
      
      A proof checker has the type
      
          ProofStep * ProofStepWitness -> bool
      
      where
      
          ProofStep == Sequent list * Sequent
          ProofStepWitness == BTerm list * BTerm list list
      
      I haven't converted Filter_reflection yet.
      

Changes  Path
+84 -43 metaprl/theories/itt/reflection/experimental/itt_hoas_sequent_native.ml
+3 -3 metaprl/theories/itt/reflection/experimental/itt_hoas_sequent_native.mli
+5605 -5819 metaprl/theories/itt/reflection/experimental/itt_hoas_sequent_native.prla