Skip to content

Commit

Permalink
Update printing of node type parameters to match syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lorchrob committed Jul 11, 2024
1 parent 1e02b7a commit 249c1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lustre/lustreAst.ml
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ let pp_print_const_decl ppf = function

(* Pretty-print a single static node parameter *)
let pp_print_node_param ppf t =
Format.fprintf ppf "type %a" pp_print_ident t
Format.fprintf ppf "%a" pp_print_ident t


(* Pretty-print a list of static node parameters *)
Expand Down

0 comments on commit 249c1bf

Please sign in to comment.