]> matita.cs.unibo.it Git - helm.git/log
helm.git
18 years agoadded integration entry
Stefano Zacchiroli [Tue, 7 Jun 2005 15:25:11 +0000 (15:25 +0000)]
added integration entry

18 years agosnapshort
Stefano Zacchiroli [Tue, 7 Jun 2005 15:18:20 +0000 (15:18 +0000)]
snapshort
- implemented magic instantiation 2 => 1
- implemented DEFAULT pattern matching compilation 2 => 1

18 years agocontrol of dependences improved
Ferruccio Guidi [Tue, 7 Jun 2005 10:02:35 +0000 (10:02 +0000)]
control of dependences improved

18 years ago*** empty log message ***
Alberto Griggio [Tue, 7 Jun 2005 07:53:30 +0000 (07:53 +0000)]
*** empty log message ***

18 years agoMy two pennies.
Andrea Asperti [Tue, 7 Jun 2005 06:44:39 +0000 (06:44 +0000)]
My two pennies.

18 years ago- set monospace buffer using modify_font widget method
Stefano Zacchiroli [Mon, 6 Jun 2005 09:36:04 +0000 (09:36 +0000)]
- set monospace buffer using modify_font widget method
- added configuration key for user defined font and built time default

18 years ago* update
Luca Padovani [Mon, 6 Jun 2005 08:29:01 +0000 (08:29 +0000)]
* update

18 years ago* more to do
Luca Padovani [Mon, 6 Jun 2005 08:06:26 +0000 (08:06 +0000)]
* more to do

18 years ago* added todo file
Luca Padovani [Sun, 5 Jun 2005 12:32:35 +0000 (12:32 +0000)]
* added todo file

18 years agosnapshot (first version with working pattern matching both 3->2 and 2->1)
Stefano Zacchiroli [Sat, 4 Jun 2005 17:23:42 +0000 (17:23 +0000)]
snapshot (first version with working pattern matching both 3->2 and 2->1)

yupppppieeeeeeeeeeeeeeeeee!
yayyyy

18 years agoa contribution about subset theory in an intuitionistic and predicative foundation
Ferruccio Guidi [Sat, 4 Jun 2005 15:12:01 +0000 (15:12 +0000)]
a contribution about subset theory in an intuitionistic and predicative foundation

18 years agosnapshot
Stefano Zacchiroli [Sat, 4 Jun 2005 14:34:18 +0000 (14:34 +0000)]
snapshot
- regression, but better (and working!) implementation of ML pattern matching
- not yet ported 3 -> 2 pattern matching

... the dunwich horror ...

18 years agocontribution about \lambda-\delta
Ferruccio Guidi [Fri, 3 Jun 2005 21:03:39 +0000 (21:03 +0000)]
contribution about \lambda-\delta

19 years agosnapshot (added typed environment in 2 -> 1 conversion)
Stefano Zacchiroli [Thu, 2 Jun 2005 19:56:57 +0000 (19:56 +0000)]
snapshot (added typed environment in 2 -> 1 conversion)
... in the eye of the meta-vortex ...
... from Ravenna city

19 years agosnapshot (first working implementation of parttern matching from level 2
Stefano Zacchiroli [Thu, 2 Jun 2005 15:23:49 +0000 (15:23 +0000)]
snapshot (first working implementation of parttern matching from level 2
to level 1)

19 years agofix_escaping
Enrico Tassi [Wed, 1 Jun 2005 14:40:03 +0000 (14:40 +0000)]
fix_escaping

19 years agoreduce with path
Enrico Tassi [Wed, 1 Jun 2005 14:34:55 +0000 (14:34 +0000)]
reduce with path

19 years agopaths trough terms implemented with a nice hack :)
Enrico Tassi [Wed, 1 Jun 2005 14:34:36 +0000 (14:34 +0000)]
paths trough terms implemented with a nice hack :)

19 years agosome cosmetic fixes
Enrico Tassi [Wed, 1 Jun 2005 11:08:38 +0000 (11:08 +0000)]
some cosmetic fixes

19 years agofix
Enrico Tassi [Wed, 1 Jun 2005 11:06:46 +0000 (11:06 +0000)]
fix

19 years agoremoved debug prerr_endline
Enrico Tassi [Wed, 1 Jun 2005 11:06:26 +0000 (11:06 +0000)]
removed debug prerr_endline

19 years agofixed classical non-C programmer misunderstooding of pointers
Enrico Tassi [Wed, 1 Jun 2005 11:05:19 +0000 (11:05 +0000)]
fixed classical non-C programmer misunderstooding of pointers

19 years agofixed intro.
Enrico Tassi [Wed, 1 Jun 2005 11:04:22 +0000 (11:04 +0000)]
fixed intro.

19 years agoadded C.Appl [] case
Enrico Tassi [Wed, 1 Jun 2005 11:01:10 +0000 (11:01 +0000)]
added C.Appl [] case

19 years agosnapshot (ported to new "typed" ids_to_inner_sort table)
Stefano Zacchiroli [Tue, 31 May 2005 22:39:27 +0000 (22:39 +0000)]
snapshot (ported to new "typed" ids_to_inner_sort table)

19 years agoChanged type of ids_to_inner_sort table used in transformation.
Stefano Zacchiroli [Tue, 31 May 2005 22:37:56 +0000 (22:37 +0000)]
Changed type of ids_to_inner_sort table used in transformation.
It used to be (Cic.id, string) Hashtbl.t, now is (Cic.id, Cic2acic.sort_kind) Hashtbl.t where sort_kind is [ `Type | `Prop | `CProp | `Set ].
String "?", formerly used to denotes meta variable, is not mapped in sort_kind; since it was uniformly treated as "Type", `Type is now used for metas

19 years ago added comment
Enrico Tassi [Tue, 31 May 2005 15:46:15 +0000 (15:46 +0000)]
 added comment

19 years agosnapshot (first version with [apparently] working mappings between level
Stefano Zacchiroli [Tue, 31 May 2005 15:41:21 +0000 (15:41 +0000)]
snapshot (first version with [apparently] working mappings between level
2 and level 3)

19 years agoimplemented normalize (used in new_metasenv_for_apply)
Enrico Tassi [Tue, 31 May 2005 15:41:09 +0000 (15:41 +0000)]
implemented normalize (used in new_metasenv_for_apply)

19 years agofixed width fonts
Enrico Tassi [Tue, 31 May 2005 13:41:21 +0000 (13:41 +0000)]
fixed width fonts
comments

19 years agofixed comments
Enrico Tassi [Tue, 31 May 2005 13:40:59 +0000 (13:40 +0000)]
fixed comments

19 years agonew shortcuts
Enrico Tassi [Tue, 31 May 2005 13:01:29 +0000 (13:01 +0000)]
new shortcuts
fixed hint uri chooser

19 years agoadded colors
Andrea Asperti [Tue, 31 May 2005 09:54:16 +0000 (09:54 +0000)]
added colors

19 years agosnapshot (the thing on the doorstep)
Stefano Zacchiroli [Tue, 31 May 2005 09:45:45 +0000 (09:45 +0000)]
snapshot (the thing on the doorstep)

19 years agomore verbose case failure message
Andrea Asperti [Tue, 31 May 2005 09:42:30 +0000 (09:42 +0000)]
more verbose case failure message

19 years agoadded chronometer
Andrea Asperti [Tue, 31 May 2005 09:40:51 +0000 (09:40 +0000)]
added chronometer

19 years agoadded automathic aliases for _ind _rec and _rect when generated
Andrea Asperti [Tue, 31 May 2005 09:40:36 +0000 (09:40 +0000)]
added automathic aliases for _ind _rec and _rect when generated

19 years agofix
Andrea Asperti [Tue, 31 May 2005 09:40:15 +0000 (09:40 +0000)]
fix

19 years agoadded automathic aliases for qed and definition
Enrico Tassi [Tue, 31 May 2005 08:40:54 +0000 (08:40 +0000)]
added automathic aliases for qed and definition

19 years agoadded shortcuts
Enrico Tassi [Tue, 31 May 2005 08:27:21 +0000 (08:27 +0000)]
added shortcuts

19 years agofix
Enrico Tassi [Tue, 31 May 2005 08:20:54 +0000 (08:20 +0000)]
fix

19 years agoadded uri_of_term
Stefano Zacchiroli [Mon, 30 May 2005 17:14:34 +0000 (17:14 +0000)]
added uri_of_term

19 years agomah...matita.ml
Enrico Tassi [Mon, 30 May 2005 16:03:57 +0000 (16:03 +0000)]
mah...matita.ml

19 years agofix
Andrea Asperti [Mon, 30 May 2005 15:57:28 +0000 (15:57 +0000)]
fix

19 years agoadded intros n
Andrea Asperti [Mon, 30 May 2005 15:57:07 +0000 (15:57 +0000)]
added intros n

19 years agoadded intros n.
Andrea Asperti [Mon, 30 May 2005 15:56:15 +0000 (15:56 +0000)]
added intros n.

19 years agoadded automathic aliases.
Andrea Asperti [Mon, 30 May 2005 11:40:00 +0000 (11:40 +0000)]
added automathic aliases.

19 years ago- commented out no longer needed macros Redo, Undo, Abort
Stefano Zacchiroli [Fri, 27 May 2005 16:54:05 +0000 (16:54 +0000)]
- commented out no longer needed macros Redo, Undo, Abort
- bugfix: correctly handles "cic:" and "cic:/" pseudo-uris in cicBrowser
- bugfix: fixed String.sub error on directories shorted than 5 chars

19 years agofixed otags invocation
Stefano Zacchiroli [Fri, 27 May 2005 16:52:58 +0000 (16:52 +0000)]
fixed otags invocation

19 years agocommented out no longer needed macros Redo, Undo, Abort
Stefano Zacchiroli [Fri, 27 May 2005 16:52:40 +0000 (16:52 +0000)]
commented out no longer needed macros Redo, Undo, Abort

19 years agoadded %.annot rule to create type annotation files
Stefano Zacchiroli [Fri, 27 May 2005 16:52:19 +0000 (16:52 +0000)]
added %.annot rule to create type annotation files

19 years agoremoved debug prerr_endline
Enrico Tassi [Fri, 27 May 2005 16:31:47 +0000 (16:31 +0000)]
removed debug prerr_endline

19 years agofixed matitac
Enrico Tassi [Fri, 27 May 2005 16:31:18 +0000 (16:31 +0000)]
fixed matitac

19 years agorefactored modules structure
Stefano Zacchiroli [Fri, 27 May 2005 15:23:19 +0000 (15:23 +0000)]
refactored modules structure

19 years ago* fold left/right implemented
Stefano Zacchiroli [Fri, 27 May 2005 14:59:40 +0000 (14:59 +0000)]
* fold left/right implemented

19 years agosnapshot
Stefano Zacchiroli [Fri, 27 May 2005 13:20:05 +0000 (13:20 +0000)]
snapshot
- first version with working DEFAULT magic

19 years ago1. removed obsolete comments
Andrea Asperti [Fri, 27 May 2005 11:01:16 +0000 (11:01 +0000)]
1. removed obsolete comments
2. extended delift to the case of meta in head position
3. added a cases (? t1) vs t2: ? gets unified to the beta
expansion of t2 w.r.t t1.

19 years agoNow the links to 7 pages at a time are shown. Cool.
Claudio Sacerdoti Coen [Thu, 26 May 2005 16:04:05 +0000 (16:04 +0000)]
Now the links to 7 pages at a time are shown. Cool.

19 years ago256 chars max ==> 1024 chars max (because of Coq)
Claudio Sacerdoti Coen [Thu, 26 May 2005 14:52:51 +0000 (14:52 +0000)]
256 chars max ==> 1024 chars max (because of Coq)

19 years agofixed issue with explicit named substitutions
Stefano Zacchiroli [Thu, 26 May 2005 14:13:23 +0000 (14:13 +0000)]
fixed issue with explicit named substitutions

19 years agoBugs fixed:
Claudio Sacerdoti Coen [Thu, 26 May 2005 13:10:32 +0000 (13:10 +0000)]
Bugs fixed:
 1. elim did not accept identifiers with "'" in the middle
 2. elim did not accpet URIs

19 years agosnapshot
Stefano Zacchiroli [Thu, 26 May 2005 11:42:22 +0000 (11:42 +0000)]
snapshot
- first commit with working list syntax

19 years agomultiple bindings inside OPT supported
Stefano Zacchiroli [Wed, 25 May 2005 16:41:30 +0000 (16:41 +0000)]
multiple bindings inside OPT supported

19 years agobugfix: "match" now works also when no type is provided for the matched term
Stefano Zacchiroli [Wed, 25 May 2005 15:13:21 +0000 (15:13 +0000)]
bugfix: "match" now works also when no type is provided for the matched term

19 years agolet rec example
Stefano Zacchiroli [Wed, 25 May 2005 15:11:59 +0000 (15:11 +0000)]
let rec example

19 years agosnapshot (first version in which some extensions work, e.g. infix +)
Stefano Zacchiroli [Wed, 25 May 2005 14:32:40 +0000 (14:32 +0000)]
snapshot (first version in which some extensions work, e.g. infix +)
ueeeeeehh!

19 years agosome work for Gares
Ferruccio Guidi [Wed, 25 May 2005 14:16:53 +0000 (14:16 +0000)]
some work for Gares

19 years agofix
Enrico Tassi [Wed, 25 May 2005 14:02:20 +0000 (14:02 +0000)]
fix

19 years agofix
Enrico Tassi [Wed, 25 May 2005 13:46:11 +0000 (13:46 +0000)]
fix

19 years agoapply now tries both to reduce and to not reduce the applied term
Enrico Tassi [Wed, 25 May 2005 13:45:21 +0000 (13:45 +0000)]
apply now tries both to reduce and to not reduce the applied term

19 years ago\lambda x.x y ----> \lambda x.(x y)
Enrico Tassi [Wed, 25 May 2005 13:44:34 +0000 (13:44 +0000)]
\lambda x.x y ----> \lambda x.(x y)

19 years agosnapshot
Stefano Zacchiroli [Wed, 25 May 2005 09:49:50 +0000 (09:49 +0000)]
snapshot
- implemented first draft of extensible parser ... brrrrrr

19 years agoclean typo
Stefano Zacchiroli [Tue, 24 May 2005 15:42:20 +0000 (15:42 +0000)]
clean typo

19 years agoreverted to ==
Enrico Tassi [Tue, 24 May 2005 14:54:47 +0000 (14:54 +0000)]
reverted to ==

19 years agoadded .theory check
Enrico Tassi [Tue, 24 May 2005 14:15:06 +0000 (14:15 +0000)]
added .theory check

19 years agofixed missing -syntax when using ocamlopt
Enrico Tassi [Tue, 24 May 2005 14:14:28 +0000 (14:14 +0000)]
fixed missing -syntax when using ocamlopt

19 years agofixed precedence of \to
Enrico Tassi [Tue, 24 May 2005 13:57:35 +0000 (13:57 +0000)]
fixed precedence of \to

19 years agoadded simpl test script
Enrico Tassi [Tue, 24 May 2005 13:34:02 +0000 (13:34 +0000)]
added simpl test script

19 years agoadded simpl
Enrico Tassi [Tue, 24 May 2005 13:33:48 +0000 (13:33 +0000)]
added simpl

19 years agofixed syntax
Enrico Tassi [Tue, 24 May 2005 13:33:35 +0000 (13:33 +0000)]
fixed syntax

19 years agonew simpl semantic (now = and not == since you can't write a pointer to a script)
Enrico Tassi [Tue, 24 May 2005 13:33:02 +0000 (13:33 +0000)]
new simpl semantic (now = and not == since you can't write a pointer to a script)

19 years agoadded lost elim_intros_tac
Enrico Tassi [Tue, 24 May 2005 10:36:52 +0000 (10:36 +0000)]
added lost elim_intros_tac

19 years agofix
Andrea Asperti [Tue, 24 May 2005 10:09:08 +0000 (10:09 +0000)]
fix

19 years agoAdded a new tactic elim_intros (without simpl of the new goal).
Andrea Asperti [Tue, 24 May 2005 08:33:06 +0000 (08:33 +0000)]
Added a new tactic elim_intros (without simpl of the new goal).

19 years agoelim -> elim_intros (no simpl)
Andrea Asperti [Tue, 24 May 2005 08:31:13 +0000 (08:31 +0000)]
elim -> elim_intros (no simpl)

19 years agoAdded sql/drop_mowgli_tables.mysql.sql
Claudio Sacerdoti Coen [Mon, 23 May 2005 15:59:30 +0000 (15:59 +0000)]
Added sql/drop_mowgli_tables.mysql.sql

19 years agoadded rule to generate camlp4 expansion of cicNotationParser.ml (in order
Stefano Zacchiroli [Mon, 23 May 2005 15:23:38 +0000 (15:23 +0000)]
added rule to generate camlp4 expansion of cicNotationParser.ml (in order
to reverse engineer Grammar.extend usage ...)

19 years agosnapshot
Stefano Zacchiroli [Mon, 23 May 2005 15:18:20 +0000 (15:18 +0000)]
snapshot

19 years agosnapshot
Stefano Zacchiroli [Mon, 23 May 2005 13:07:32 +0000 (13:07 +0000)]
snapshot
- added parse tree for all levels
- implemented parse tree construction for level 1 and 2

19 years agofixed clean that wasn't returning the right list of uris owned by the user
Enrico Tassi [Mon, 23 May 2005 11:53:08 +0000 (11:53 +0000)]
fixed clean that wasn't returning the right list of uris owned by the user

19 years agoadded qed
Enrico Tassi [Mon, 23 May 2005 11:28:55 +0000 (11:28 +0000)]
added qed

19 years agoAdded andrea.ma
Andrea Asperti [Mon, 23 May 2005 11:18:45 +0000 (11:18 +0000)]
Added andrea.ma

19 years agoswitched to cdbs for debian/rules (now 2 lines long!!!!)
Stefano Zacchiroli [Sun, 22 May 2005 22:03:18 +0000 (22:03 +0000)]
switched to cdbs for debian/rules (now 2 lines long!!!!)

19 years agoWhen we unify a Prod against a term t2 which is not a Prod we
Andrea Asperti [Fri, 20 May 2005 15:26:55 +0000 (15:26 +0000)]
When we unify a Prod against a term t2 which is not a Prod we
now try a whd of t2.

19 years agoAdded a whd on ty in new_metasenv for apply, in order to be able
Andrea Asperti [Fri, 20 May 2005 15:24:18 +0000 (15:24 +0000)]
Added a whd on ty in new_metasenv for apply, in order to be able
to apply, e.g. H:(not A) to False.

19 years agoHint repaired (an erroneous commit by myself).
Andrea Asperti [Fri, 20 May 2005 09:13:34 +0000 (09:13 +0000)]
Hint repaired (an erroneous commit by myself).

19 years agofix
Enrico Tassi [Thu, 19 May 2005 13:19:27 +0000 (13:19 +0000)]
fix

19 years agoadded lpo term-ordering
Alberto Griggio [Thu, 19 May 2005 13:12:56 +0000 (13:12 +0000)]
added lpo term-ordering

19 years agovarious optimizations (to paramodulation and passive clause selection)
Alberto Griggio [Thu, 19 May 2005 13:11:06 +0000 (13:11 +0000)]
various optimizations (to paramodulation and passive clause selection)

19 years agocommented out some debugging messages
Stefano Zacchiroli [Thu, 19 May 2005 10:06:54 +0000 (10:06 +0000)]
commented out some debugging messages