ebzzry / ebzzry.github.io

Creative Commons Zero v1.0 Universal
8 stars 3 forks source link

Correct Q function description #7

Closed lucaslugao closed 4 years ago

lucaslugao commented 4 years ago

In the original text it is said that the Q function has input (a,b) and output (S(a),b) which is not true since the function always discards the second element of the tuple. The correct output would be (S(a),a) instead.

ebzzry commented 4 years ago

Thanks! I made the corrections in the source Markdown files and properly credited you. I’m closing this PR.