I' learning the Opa (opalang.org). I am trying to find out how one can determine the type of a variable. This could be e.g. a function
typeof a // in javascript, this returns the type of a
The API-Documentation contains a description of OpaValue.typeof(a) but I can't find out how to use it.