def f2(): return F._from_func(lambda state=None: state + 'c')
def f(): return F._from_func(lambda state=None: state + 'b')