This is my code, and it keeps giving me unbound error message.
I'm actually really new to SML. so, i really dont know how to fix it.
It seems like using a and b is bad thing.
I tried to declare a and b
like this
a : int;
b : int;
but still doesn't work.
How can i fix this?