Default implementation of FromExpr[Right] - Unlifts '{Right(x)} into Some(Right(x)) if x is unliftable - Otherwise unlifts to None
FromExpr[Right]
'{Right(x)}
Some(Right(x))
x
None