Skip to content

Commit

Permalink
Revert pp formatting for id tagged
Browse files Browse the repository at this point in the history
  • Loading branch information
7h3kk1d committed Dec 20, 2024
1 parent 56b3291 commit 30e0af4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/haz3lcore/lang/term/IdTagged.re
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type t('a) = {
};

// To be used if you want to remove the id from the debug output
let pp: ((Format.formatter, 'a) => unit, Format.formatter, t('a)) => unit =
(fmt_a, formatter, ta) => {
fmt_a(formatter, ta.term);
};
// let pp: ((Format.formatter, 'a) => unit, Format.formatter, t('a)) => unit =
// (fmt_a, formatter, ta) => {
// fmt_a(formatter, ta.term);
// };
let fresh = term => {
{ids: [Id.mk()], copied: false, term};
};
Expand Down

0 comments on commit 30e0af4

Please sign in to comment.