This commit is contained in:
Achim D. Brucker 2007-04-03 12:17:45 +00:00
parent 034b0e774b
commit c61da0fcbd
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ fun is_oclLib c = let
fun listin _ [] = false
| listin e (x::xs) = if e=x then true else listin e xs
in
listin oclLib c
listin c oclLib
end
val oclLib =