]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml
ported to helm registry
[helm.git] / helm / ocaml /
2004-02-11 Stefano Zacchiroliported to helm registry
2004-02-11 Stefano Zacchiroliported to new logger
2004-02-11 Stefano Zacchiroliuse debug_print in a debugging message
2004-02-11 Stefano Zacchiroli- getter revolution: split backend and frontend (this...
2004-02-11 Stefano Zacchiroli- split away gtk logger
2004-02-11 Stefano Zacchiroliadded some debugging messages
2004-02-11 Claudio Sacerdoti... A type checking error report now prints also the metasenv.
2004-02-11 Claudio Sacerdoti... Big changes:
2004-02-11 Claudio Sacerdoti... Added copyright notice.
2004-02-10 Claudio Sacerdoti... Explicit Named Substitutions now supported.
2004-02-10 Claudio Sacerdoti... Bug fixed: when an axiom was asked, an exception was...
2004-02-10 Claudio Sacerdoti... Only applications whose head was a constant were eta...
2004-02-10 Claudio Sacerdoti... Bug fixed: checking inductive type declarations with...
2004-02-10 Stefano Zacchiroliadded "'" as a valid (continuation) identifier character
2004-02-09 Claudio Sacerdoti... Added flag ?eta_fix:bool to acic_object_of_cic_object.
2004-02-09 Stefano Zacchiroliadded thread entry
2004-02-09 Stefano Zacchiroliadded netstring and pxp deps
2004-02-09 Stefano Zacchirolihelm-thread's META
2004-02-09 Stefano Zacchirolithread library (actually contains just ThreadSafe module)
2004-02-09 Stefano Zacchiroli- added environment variable overriding
2004-02-09 Claudio Sacerdoti... sort_of_prod now thinks that a "sort metavariable"...
2004-02-09 Claudio Sacerdoti... Added is_closed.
2004-02-09 Stefano Zacchirolino longer use marshalled table for unicode macros
2004-02-09 Stefano Zacchiroliuse CicAstPp
2004-02-09 Claudio Sacerdoti... eat_prods now uses mk_implicit_type.
2004-02-07 Claudio Sacerdoti... - Added mk_implicit_sort.
2004-02-07 Claudio Sacerdoti... Added mk_implicit_sort.
2004-02-07 Claudio Sacerdoti... sort_of_prod: the second term, when it is a meta, was...
2004-02-06 Claudio Sacerdoti... sort metavariables are now generated in an empty canoni...
2004-02-06 Stefano Zacchiroliadded annotations to Cic.Implicit
2004-02-06 Claudio Sacerdoti... Comments (notes) removed.
2004-02-06 Claudio Sacerdoti... Code riorganization.
2004-02-06 Stefano Zacchiroliadded Format-library-friendly pretty printers defined...
2004-02-06 Stefano Zacchiroliadded -g flag to ocamlc per default
2004-02-06 Stefano Zacchirolitextual term editor is now the default one
2004-02-06 Andrea AspertiBug MutCase fixed: now the type of the constructor...
2004-02-05 Claudio Sacerdoti... NameExpected exception removed. The "identifier" __n...
2004-02-05 Claudio Sacerdoti... Improved error messages.
2004-02-05 Stefano Zacchirolidebug prints on stderr
2004-02-05 Stefano Zacchiroliremoved duplicated entry about freshNamesGenerator
2004-02-05 Stefano Zacchiroliadded \to notation for anonymous binders Pi and Lambda
2004-02-05 Stefano Zacchirolibugfix: use rev_uniq also on non-located term
2004-02-05 Claudio Sacerdoti... sort_of_prod relaxed to accept also Metas (when the...
2004-02-05 Claudio Sacerdoti... - sort_of_prod now returns the second Meta (if it is...
2004-02-05 Stefano Zacchiroliadded html_of_html_msg
2004-02-05 Claudio Sacerdoti... "assert false" relaxed to a warning.
2004-02-05 Claudio Sacerdoti... No longer puts anonymous declarations in the canonical...
2004-02-05 Claudio Sacerdoti... - the result of a refinement is now cleared from dummy...
2004-02-05 Claudio Sacerdoti... freshNameGenerator.ml* added
2004-02-05 Stefano Zacchirolirebuilt
2004-02-05 Stefano Zacchiroliadded freshNameGenerator
2004-02-05 Stefano Zacchiroliuse a dummy location when no location is provided
2004-02-05 Stefano Zacchiroliadded ( ) notation for binders
2004-02-05 Claudio Sacerdoti... dummy dependent types and dummy letins are now removed...
2004-02-05 Claudio Sacerdoti... fresh_name_generator has now also the metasenv parameter.
2004-02-05 Claudio Sacerdoti... mk_fresh_name moved to FreshNamesGenerator.
2004-02-05 Claudio Sacerdoti... Final answer: the local context MUST be normalized...
2004-02-05 Claudio Sacerdoti... Restrict reimplemented to avoid generating lists of...
2004-02-05 Claudio Sacerdoti... Added a TODO (to catch only the right exceptions instea...
2004-02-05 Claudio Sacerdoti... Bug fixed: the canonical contexts were traversed in...
2004-02-04 Claudio Sacerdoti... Rel to hidden hypotheses are now printed as _hidden_n.
2004-02-04 Claudio Sacerdoti... ppterm_in_context exported
2004-02-04 Claudio Sacerdoti... ppcontext (and thus also ppmetasenv) were buggy: the...
2004-02-04 Claudio Sacerdoti... Functors must be applied using parentheses around the...
2004-02-04 Claudio Sacerdoti... Bug fixed: restriction of already restricted contexts...
2004-02-04 Claudio Sacerdoti... We no longer apply the subst to a Meta in force_does_no...
2004-02-04 Andrea Aspertidelift no longer apply the substitution when a Meta...
2004-02-04 Claudio Sacerdoti... ...
2004-02-04 Claudio Sacerdoti... Patch to delift withdrawn.
2004-02-04 Claudio Sacerdoti... Bug fixed: when a variable not instantiated yet was...
2004-02-04 Stefano Zacchiroliremoved a debugging message
2004-02-04 Stefano Zacchiroli- improved some error messages
2004-02-04 Stefano Zacchirolimoved here CicAst and pretty printer
2004-02-04 Stefano Zacchiroliported to CicAst
2004-02-04 Stefano Zacchiroli- sorted domain which hopefully avoids exponential...
2004-02-04 Stefano Zacchirolimoved Ast in cic_transformations/
2004-02-04 Stefano Zacchiroli- added support for implicit in concrete syntax
2004-02-03 Claudio Sacerdoti... cic_mkimplicit' removed (its implementation was wrong...
2004-02-03 Claudio Sacerdoti... Debugging code removed.
2004-02-03 Claudio Sacerdoti... sort_of_prod changed to not generate a new metavariable...
2004-02-03 Stefano Zacchirolicatch just AssertFailure instead of _ (AssertFailure...
2004-02-03 Stefano Zacchiroliremoved SortExpectedMetaFound special exception
2004-02-03 Stefano Zacchiroliadded urimanager dependency
2004-02-03 Claudio Sacerdoti... Meta vs same Meta now tries unification when convertibi...
2004-02-03 Stefano Zacchirolis/LocatedTerm/AnnotatedTerm + various annotations/
2004-02-03 Claudio Sacerdoti... eat_prods reimplemented to generalize the output type...
2004-02-03 Claudio Sacerdoti... Added an optional parameter to identity_relocation_list...
2004-02-03 Claudio Sacerdoti... More debug informations.
2004-02-02 Claudio Sacerdoti... Substitution no longer returned from CicRefine.type_of_aux
2004-02-02 Stefano Zacchiroliuses CicMetaSubst.ppterm where needed
2004-02-02 Stefano Zacchiroli- refine's type_of no longer return a substitution
2004-02-02 Stefano Zacchiroliported to latest Ast changes (mainly capture_variable...
2004-02-02 Stefano Zacchiroli- added entries for capture variables parsing
2004-02-02 Stefano Zacchiroli- added capture_variable entry and Cic.names here and...
2004-02-02 Stefano Zacchiroli- changed ast for pattern matching so that type annotat...
2004-02-02 Stefano Zacchiroli- big hack: keep on unifying/refining when SortExpected...
2004-02-02 Stefano Zacchiroli- removed metasenv argument from kernel proxies invocations
2004-02-02 Stefano Zacchiroli- added SortExpectedMetaFound exception (huge hack)
2004-02-02 Stefano Zacchiroli- bugfix for expand_implicits, return correct term...
2004-02-02 Stefano Zacchiroli- removed unwind: every substitution is now _not_ unwinded
next