Content deleted Content added
→Does Haskell allow functions as keys in a map?: nicer example |
|||
Line 336:
... x = [1]
... def f():
... x
...
... return f
...
>>> o = main()
>>> o()
2
>>> o()
3
>>> o()
4
>>> o()
5
</source>
: —''[[User:Ruud Koot|Ruud]]'' 11:57, 17 February 2011 (UTC)
|