Currently, the namesake unquote operator returns unit and just prints to stdout
(for FSI)... we will introduce a breaking change where this function will now
return a new UnquotedExpression instance (which will contain reduction
information about the quotation expression supplied to the constructor). We
will also use this object for some internal refactoring.