1 2 3 4
PRAGMA warning('disable', '4510'); select YQL::FlatMap(Opaque(Just(Just(AsStruct(1 as x)))), ($optS)->(Just(AsStruct($optS.x as x)))).x;