-*- M2 -*-

i8 : OptionTable >> Function := identity
stdio:8:13:(2): no method for binary operator >> applied to objects:
--            OptionTable (of class Type)
--     >>     identity (of class CompiledFunction)

i9 : (OptionTable >> Function) := identity
stdio:9:14:(2): syntax error

-- same for =

-----------------------------------------------------------------------------

We would also like to be able to install nullary methods like tis:


     res() := () -> ...

