Default implementation of FromExpr[EmptyTuple]
FromExpr[EmptyTuple]
'{EmptyTuple}
Some(EmptyTuple)
None
Return the value of the expression.
Returns None if the expression does not represent a value or possibly contains side effects. Otherwise returns the Some of the value.
Some