Skip to content

Commit

Permalink
Update src/encode/n_data.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Doligez <damien.doligez@inria.fr>
  • Loading branch information
rozlynd and damiendoligez authored Jan 24, 2024
1 parent af76167 commit 0a450ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encode/n_data.ml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ let untyped_data tla_smb =
List.init n (fun _ -> t_cst t_idv), t_idv)
| RecSet fs ->
let n = List.length fs in
(List.fold_left (fun s1 s2 -> s1 ^ "_" ^ s2) "RecordSet" fs,
("RecordSet_" ^ String.concat "_" fs,
List.init n (fun _ -> t_cst t_idv), t_idv)
(* Sequences *)
| SeqSeq ->
Expand Down

0 comments on commit 0a450ad

Please sign in to comment.