The real2int function (which is specified here: http://hakaru-dev.github.io/lang/coercions/) does not seem to be implemented ``` Name not in scope: real2int 30| return real2int(num/(den1*den2)) ^^^^^^^^ Perhaps it is a typo? ```