We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad87ecf commit 0b7eb23Copy full SHA for 0b7eb23
backend/ail_to_coq/ail_to_coq.ml
@@ -63,7 +63,7 @@ let collect_rc_attrs : Annot.attributes -> rc_attr list =
63
{rc_attr_id; rc_attr_args} :: acc
64
| _ -> acc
65
in
66
- fun (Annot.Attrs(attrs)) -> List.rev (List.fold_left fn [] attrs)
+ fun (Annot.Attrs(attrs)) -> List.fold_left fn [] attrs
67
68
let rec translate_int_type : loc -> i_type -> Coq_ast.int_type = fun loc i ->
69
let open Ctype in
0 commit comments