Default implementation of FromExpr[Nil] - Transform '{Nil} into Some(Nil) - Otherwise returns None
FromExpr[Nil]
'{Nil}
Some(Nil)
None