Changeset 11877 for trunk/HasCASL/test/Alias.hascasl
- Timestamp:
- 03.07.2009 18:38:45 (5 months ago)
- Files:
-
- 1 modified
-
trunk/HasCASL/test/Alias.hascasl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HasCASL/test/Alias.hascasl
r8578 r11877 6 6 7 7 type a1 a b := a -> b -> Unit 8 type a1 := \ (a) (b) .a -> b -> Unit 9 type a1 a := \ b .a -> b -> Unit 8 type a1 (a) (b) := a -> b -> Unit 10 9 11 type a2 := \ (a) (b) .a -> Unit10 type a2 a b := a -> Unit 12 11 13 type a3 := \ (a) (a) .a -> Unit12 type a3 (a) (a) := a -> Unit 14 13 15 14 type a4 a a := a -> Unit