Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2006-02-14 15:13:21 -0800 (Tue, 14 Feb 2006)
Revision: 8694
Log message:
Term_match_table: use options instead if Not_found exceptions to communicate
whether the lookup was successful. This is more efficient, safer (as it makes
it impossible to forget to test for Not_found), and the code is sligtly
simpler.