Last change
on this file since 1233 was
681,
checked in by orlov, 18 years ago
|
- Test for the assignments compilation correctness
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
215 bytes
|
Rev | Line | |
---|
[681] | 1 | $use StdIO; |
---|
| 2 | |
---|
| 3 | Main = |
---|
| 4 | A B :: e1, |
---|
| 5 | A B :: A t1, |
---|
| 6 | t1 :: t1, |
---|
| 7 | t1 t1 :: t2 t1, |
---|
| 8 | t1 t2 :: t2 t1, |
---|
| 9 | A B t1 :: t1 t3 t4, |
---|
| 10 | t1 (t1 t2) (t1 t3) :: t2 t1 t3, |
---|
| 11 | t1 t2 t3 :: t2 t3 t1, |
---|
| 12 | (t2 t3) (t1 t3) (t1 t2) :: t1 t2 t3; |
---|
Note: See
TracBrowser
for help on using the repository browser.