// // Copyright (C) 2009 The University of Melbourne. // This file may only be copied under the terms of the GNU Library General // Public License - see the file COPYING.LIB in the Mercury distribution. // // This class is used in some cases to hold output values of Mercury // procedures exported to Java. // package jmercury.runtime; public class Ref { public T val; }