Skip to content

Commit

Permalink
Update src/Lean/Message.lean
Browse files Browse the repository at this point in the history
Co-authored-by: David Thrane Christiansen <[email protected]>
  • Loading branch information
nomeata and david-christiansen authored Apr 18, 2024
1 parent bf61b5c commit 7051c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Lean/Message.lean
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ inductive MessageData where
Example: an inspector that tries to find "definitional equality failures" may look for the tag "DefEqFailure". -/
| tagged : Name → MessageData → MessageData
| trace (data : TraceData) (msg : MessageData) (children : Array MessageData)
/-- Lazy message data production. The `Dymamic` is expected to be `MessageData`, we
use this to work around the positivity restriction. -/
/-- Lazy message data production. The `Dynamic` is expected to be `MessageData`, which
is a workaround for the positivity restriction. -/
| ofLazy (f : Option PPContext → IO Dynamic) (hasSyntheticSorry : MetavarContext → Bool)
deriving Inhabited, TypeName

Expand Down

0 comments on commit 7051c2a

Please sign in to comment.