]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml
metadata are no longer stored in .moo files.
[helm.git] / helm / ocaml /
2005-12-03 Claudio Sacerdoti... 1. metadata are no longer stored in .moo files.
2005-12-02 Stefano Zacchirolimoved (and hence exported) uri rehashing functions...
2005-12-02 Claudio Sacerdoti... 1. matitaEngine splitted into disambiguation (now in...
2005-11-30 Enrico Tassiit may happen that matitaclean (clean_baseuris) calls...
2005-11-30 Claudio Sacerdoti... moved coercion to library (work in progress)
2005-11-30 Claudio Sacerdoti... coercGraph.ml* moved from cic_unification to library
2005-11-30 Claudio Sacerdoti... Terms parsed by notations were not localized.
2005-11-30 Claudio Sacerdoti... Generation of auxiliary lemmas for inductive types...
2005-11-29 Claudio Sacerdoti... * Part of matita that used to deal with the library...
2005-11-28 Claudio Sacerdoti... * More error messages localized.
2005-11-28 Claudio Sacerdoti... More errors localized.
2005-11-28 Claudio Sacerdoti... More error messages localized.
2005-11-28 Claudio Sacerdoti... More aggressive politic for non localized terms: an...
2005-11-28 Claudio Sacerdoti... DisambiguationError exceptions (that have locations...
2005-11-28 Claudio Sacerdoti... 1. Bug fixed: compilation of "let corec" to a simple...
2005-11-27 Stefano Zacchiroliremoved deadcode / fixed typos (thanks to ocaml 3.09)
2005-11-27 Stefano Zacchirolicrosso compatibility patch which enable building both...
2005-11-26 Claudio Sacerdoti... * wrong comments removed
2005-11-26 Claudio Sacerdoti... Refinement bug fixed. The outtype was not refined if...
2005-11-26 Claudio Sacerdoti... Debugging code removed.
2005-11-26 Claudio Sacerdoti... Bug fixed: an unrefined term was passed around while...
2005-11-26 Claudio Sacerdoti... Experimental localization of errors during refinement...
2005-11-26 Claudio Sacerdoti... Module CicHash (hash-tables over CIC terms based on...
2005-11-25 Claudio Sacerdoti... Non exhaustive match fixed.
2005-11-25 Stefano Zacchirolibugfix: removed unneeded No_choices exception
2005-11-25 Stefano Zacchirolichanged META dependency
2005-11-25 Claudio Sacerdoti... Unused file removed.
2005-11-24 Stefano ZacchiroliReshaped structure of ocaml/ libraries.
2005-11-24 Stefano Zacchirolisplit non-logic level of whelp away from metadataQuery...
2005-11-24 Stefano Zacchiroliremoved the need of REQUIRES in libraries Makefile...
2005-11-24 Stefano Zacchirolibugfix: libraries.ps works again
2005-11-24 Stefano Zacchiroliprose
2005-11-24 Stefano Zacchiroliminimal introduction
2005-11-23 Claudio Sacerdoti... * New implementation of localized exceptions
2005-11-22 Stefano Zacchiroli- more resilient to proof checking failures during...
2005-11-22 Stefano Zacchirolisupport pretty printing of Cic.Implicit
2005-11-22 Stefano Zacchirolibugfix: return unshared sequent when applying cic ...
2005-11-22 Claudio Sacerdoti... Debugging code commented out.
2005-11-22 Claudio Sacerdoti... "Localization" of error messages for eat_prods and...
2005-11-22 Claudio Sacerdoti... Less verbose error messages.
2005-11-21 Claudio Sacerdoti... Invariant no longer true (since when?)
2005-11-21 Claudio Sacerdoti... More informative error messages.
2005-11-21 Stefano Zacchirolisplit body away to ease inclusion from elsewhere
2005-11-21 Stefano Zacchirolisplit to easy inclusion
2005-11-21 Stefano Zacchirolitypo
2005-11-21 Stefano Zacchirolifixed URI regexp so that URIs containing '-' are allowed
2005-11-19 Claudio Sacerdoti... "let rec f = ... in f l" used to be compiled incorrectly
2005-11-19 Claudio Sacerdoti... Less verbose error messages (= substitution applied...
2005-11-19 Claudio Sacerdoti... Wrong reported error message fixed.
2005-11-19 Claudio Sacerdoti... More information is now printed when reporting errors.
2005-11-19 Claudio Sacerdoti... Typo fixed.
2005-11-19 Claudio Sacerdoti... Disambiguation errors are no longer thrown away. They...
2005-11-19 Claudio Sacerdoti... Coercions are now inserted also around the sources...
2005-11-18 Enrico Tassimore work for coercions
2005-11-18 Stefano Zacchiroliadded support for enabling/disabling (pretty printing...
2005-11-18 Claudio Sacerdoti... Incredible bug fixed: coercions were computed and then...
2005-11-18 Claudio Sacerdoti... Improvement/bug fix: rewriting in the hypothesis used...
2005-11-17 Claudio Sacerdoti... Comments changed/removed.
2005-11-17 Claudio Sacerdoti... "Parallel" rewriting in a list of hypothesis and in...
2005-11-17 Claudio Sacerdoti... Major code semplification and improvement:
2005-11-17 Claudio Sacerdoti... First draft implementation of rewriting in an hypothesis.
2005-11-17 Claudio Sacerdoti... New tactic rename (for now for internal usage only).
2005-11-15 Claudio Sacerdoti... Debugging code commented out.
2005-11-15 Claudio Sacerdoti... Bug fixed: wrong exception was raised (instead of retur...
2005-11-15 Stefano Zacchirolibetter output formatting
2005-11-15 Stefano Zacchiroliremoved grammar rule which used to enable things linke...
2005-11-15 Enrico Tassilist_uniq abstracted on equality
2005-11-15 Enrico Tassifixed self and removed more DUMMY... only one left
2005-11-15 Enrico Tassiadded print_grammar
2005-11-15 Enrico Tassiremoved duplicate entry
2005-11-14 Enrico Tassidded missing catch for coercions
2005-11-08 Claudio Sacerdoti... Yet another semantics for simplify.
2005-11-08 Claudio Sacerdoti... Debugging code removed.
2005-11-07 Claudio Sacerdoti... Refinement of a Cast was bugged.
2005-11-07 Claudio Sacerdoti... AssertFailure from the type-checker now becomes an...
2005-11-07 Claudio Sacerdoti... Let-ins with types can now be produced.
2005-11-07 Claudio Sacerdoti... Avoid generation of let x = let rec x = ... in x in...
2005-11-07 Claudio Sacerdoti... Let-ins with types can be produced.
2005-11-07 Claudio Sacerdoti... Syntactic change:
2005-11-07 Claudio Sacerdoti... Duplicated exception definition removed (used to give...
2005-11-04 Enrico Tassirefined outtype used to be discharged
2005-11-04 Enrico Tassiadded calbback to make the profiler silent
2005-11-04 Stefano Zacchiroliligature expansion now considers also tex macros
2005-11-04 Stefano Zacchiroliexported is_blank
2005-11-04 Stefano Zacchiroliadded ligatures expansion support functions
2005-11-04 Stefano Zacchirolibetter distinction of (* *) and (** *) comments
2005-11-04 Stefano Zacchiroliremoved no longer needed dependency on pxp
2005-11-04 Stefano Zacchiroliadded tilde_expansion of directory settings
2005-11-04 Stefano Zacchiroliadded char functions:
2005-11-04 Stefano Zacchirolichanged stack entry representation
2005-11-03 Stefano ZacchiroliBug fix: index.theory dereferentiation works also for...
2005-11-03 Claudio Sacerdoti... Semantic change: I always consider a type with no const...
2005-11-03 Claudio Sacerdoti... Semantic change: elimination of a term whose type is...
2005-11-03 Enrico Tassiadded documentation on allowed eliminations
2005-11-03 Claudio Sacerdoti... 1. a simplified version of check_allowed_sort_eliminati...
2005-11-03 Claudio Sacerdoti... Major code semplification in check_allowed_sort_elimina...
2005-10-27 Claudio Sacerdoti... 1. Parameter enable (default true) added to HExtlib...
2005-10-27 Claudio Sacerdoti... ...
2005-10-27 Stefano Zacchirolityping errors
2005-10-26 Stefano Zacchiroliadded constraing on non-empty context for tactic applic...
next