Skip to content

Commit

Permalink
[fix] OpaPrint: commas required in js-like pat_record
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricss committed Mar 8, 2012
1 parent 30c0cb5 commit c632705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opalang/opaPrint.ml
Expand Up @@ -1188,7 +1188,7 @@ module Js = struct
then
let pp_field f (field, _) = self#field f field in
pp f "@[<hv2>~{ %a%s @,}@]"
(Format.pp_list "@, " pp_field) fields
(Format.pp_list ",@ " pp_field) fields
rowvar
else
pp f "@[<hv2>{ %a%s @,}@]"
Expand Down

0 comments on commit c632705

Please sign in to comment.