Skip to content

Commit

Permalink
Fix tuple generation
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorNicollet committed May 20, 2012
1 parent 7b0cf9b commit f8b0b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p4/pp.ml
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ let generate_t_of_json _loc (def:typexpr) =
let t = recurse id t in
<:expr< $t$, $acc$ >>
end l <:expr< >> in
let expr = <:expr< `$ident (v#name)$ ( $list$ ) >> in
let expr = <:expr< `$ident (v#name)$ ( $tup:list$ ) >> in
<:match_case< $patt$ -> $expr$ >>
end
in
Expand Down

0 comments on commit f8b0b58

Please sign in to comment.