let main =
match (some_value) {
| Some({box = , other_box = (Some() & got_you)} ) -> got_you
| None -> None
}