Kodi Arfer 7c203abe4d Fix bug with unset __name__ of one-line functions
The bug was a regression that I introduced in #1228.

I've created a new special form named `fn*` that works like the old `fn` (that is, it always creates a `FunctionDef`). Since this is intended only for internal use, like `with*`, I haven't documented it.
2017-04-13 06:36:00 +03:00
..
2017-02-24 12:47:35 -08:00
2017-03-24 08:43:53 -07:00
2017-03-30 16:10:34 -07:00