Skip to content

Commit

Permalink
Merge pull request #146 from placidex/MetaM-minor-fixes
Browse files Browse the repository at this point in the history
Add `set_option pp.explicit false` in Weak Head Normal Form example
  • Loading branch information
Julian authored Sep 29, 2024
2 parents e474680 + 4ebc7ff commit 7246ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lean/main/04_metam.lean
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ we can see that the `+` notation amounts to an application of the `hAdd`
function, which is a member of the `HAdd` typeclass:
-/

set_option pp.explicit true
set_option pp.explicit true in
#eval traceConstWithTransparency .reducible ``reducibleDef
-- @HAdd.hAdd Nat Nat Nat (@instHAdd Nat instAddNat) defaultDef 1

Expand Down

0 comments on commit 7246ae1

Please sign in to comment.