function main(b: bool, f1: field, f2: field) -> field { return if b ? f1 : f2 }