@@ -1,6 +1,6 @@
val int s 3; # global
val [int->int] fib int n {
val [int->int] fib (int n) {
return if == n 0 {
1
} else {
The note is not visible to the blocked user.