diff options
-rw-r--r-- | testlabl/varunion.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testlabl/varunion.ml b/testlabl/varunion.ml index 78783a91b..b91bab137 100644 --- a/testlabl/varunion.ml +++ b/testlabl/varunion.ml @@ -1,3 +1,5 @@ +(* cvs update -r varunion parsing typing bytecomp toplevel *) + type t = private [> ];; type u = private [> ] ~ [t];; type v = [t | u];; |