Skip to content

Commit

Permalink
Replace a wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Aug 11, 2023
1 parent 88082da commit 3e150bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ppast.ml
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,9 @@ let pp_induction_clause printer = function
in
pp_destruction_arg printer arg;
pp_as_list as_list
| _, (Some _, _), None -> write printer "n eqn:E"
| arg, (Some _, _), None ->
pp_destruction_arg printer arg;
write printer " eqn:E"
| _ -> raise (NotImplemented (contents printer))

let pp_induction_clause_list printer = function
Expand Down

0 comments on commit 3e150bd

Please sign in to comment.