PreviousUpNext

15.4.111  src/app/makelib/stuff/picklehash-set.pkg

## picklehash-set.pkg
## (C) 1999 Lucent Technologies, Bell Laboratories
## Author: Matthias Blume (blume@kurims.kyoto-u.ac.jp)

# Compiled by:
#     src/app/makelib/stuff/makelib-stuff.sublib


                                                # set_g         is from   src/app/makelib/stuff/set-g.pkg

package picklehash_set
    =
    set_g (
        #
        package {
            #
            Key = picklehash::Picklehash;
            #
            compare = picklehash::compare;
        }
    );


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext