(* some comment *) (* other comment multiline *) Definition a := 1. Definition b := 2. Definition c := 3. (* hello *) Definition d := 4. (* end of file comment *)
(* some comment *)
(* other comment
multiline *)
Definition a := 1.
Definition b :=
2.
Definition c := 3.
(* hello *)
Definition d := 4.
(* end of file comment *)