1 2 3
Notation "b1 && b2" := if b1 then b2 else false (default interpretation) "x && y" := andb x y : bool_scope