i1 : code lookup(symbol intersect, Module)
o1 = ../../../../../Macaulay2/m2/option.m2:15:14-18:8: --source code:
(opts,f) -> args -> (
-- Common code for functions created with >> to process options and arguments.
uncurry(f, override (opts,args))
)
| symbol class value location of symbol
| ------ ----- ----- ------------------
| f FunctionClosure FunctionClosure[../../../../../Macaulay2/m2/intersect.. ../../../../../Macaulay2/m2/option.m2:15:8-15:9
| opts OptionTable OptionTable{MinimalGenerators => true} ../../../../../Macaulay2/m2/option.m2:15:3-15:7
| Strategy => null
| -- function f:
| ../../../../../Macaulay2/m2/intersect.m2:86:42-86:108: --source code:
| Module.intersect = moduleIntersectOpts >> opts -> L -> intersectHelper(L, (intersect, Module, Module), opts)
| -- option table opts:
| OptionTable{MinimalGenerators => true}
| Strategy => null
|