Skip to content

Commit 7629b94

Browse files
committed
fix
1 parent f4a7c0e commit 7629b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/export/coq.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ let command oc {elt; pos} =
331331
begin match p_sym_def, p_sym_trm, p_sym_arg, p_sym_typ with
332332
| true, Some t, _, Some a when List.exists is_lem p_sym_mod ->
333333
(* If they have a type, opaque or private defined symbols are
334-
translated as Lemma's so that their definition is loaded in
335-
memory only when it is necessary. *)
334+
translated as Lemma's so that their definition is loaded in
335+
memory only when it is necessary. *)
336336
string oc "Lemma "; ident oc p_sym_nam; params_list oc p_sym_arg;
337337
string oc " : "; term oc a; string oc ".\nProof. exact (";
338338
term oc t; string oc "). Qed.\n"

0 commit comments

Comments
 (0)