:: a -> (a -> b) -> b -package:diagrams-lib -package:hmatrix -package:incipit-base package:cond

An operator that allows you to write C-style ternary conditionals of the form:
p ? t ?? f
Note that parentheses are required in order to chain sequences of conditionals together. This is probably a good thing.