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