]> matita.cs.unibo.it Git - helm.git/commit
An idea to implement manifest record fields:
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 18 Dec 2006 22:28:22 +0000 (22:28 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Mon, 18 Dec 2006 22:28:22 +0000 (22:28 +0000)
commit8cce1e9e36d6224a08ee0b19bbae3b6c54530261
tree45434f241b6b0bcb6c9b6056e2e9bde44333db27
parent8d04559d1b190e74e1d560000b01a648d086f484
An idea to implement manifest record fields:
record r : R := { c1 : T1 ; c2 : T2 with f c1 = g c2 }.

Only the syntactic sugar is actually missing!
matita/tests/multiple_inheritance.ma [new file with mode: 0644]