Skip to content

Commit

Permalink
Make a minor modification
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmarcho committed Oct 2, 2024
1 parent 0ddc845 commit 86c48da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AstOfLlbc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ let decls_of_declarations (env : env) (d : C.declaration_group) : K.decl list =
Krml.KList.filter_some @@ List.map (decl_of_id env) @@ declaration_group_to_list d

let file_of_crate (crate : Charon.LlbcAst.crate) : Krml.Ast.file =
let { C.name; declarations; type_decls; fun_decls; global_decls; trait_decls; trait_impls; source_files = _ } =
let { C.name; declarations; type_decls; fun_decls; global_decls; trait_decls; trait_impls; _ } =
crate
in
seen := 0;
Expand Down

0 comments on commit 86c48da

Please sign in to comment.