andreinaku / SpyType

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transitivity over maude operations

andreinaku opened this issue · comments

((a:T1) ^ (T1 <= list< T3 > /\ T1 <= T4 /\ T4 <= list< T3 >))

we get

(a:T1) ^ ((T4 <= list< T3 >) /\ (T1 <= bot))