(* -*- coq-prog-args: ("-emacs-U" "-R" "." "Prelude") -*- *) (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* η α ---> η α ; mplus_mzero :> Π α, Neutral (==) (fun x y => mplus (α:=α) x y) (mzero (α:=α)) }. Notation " x `+` y " := (mplus x y) (at level 20).