Skip to content

Commit

Permalink
chore: drop unused 'reducible' lemma (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored May 21, 2024
1 parent 4062b06 commit 1a42909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SSA/Core/ErasedContext.lean
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import SSA.Core.HVector
Intuitively, each `b : β` represents a Lean `Type`, but using `β` instead of `Type` directly
avoids a universe bump
-/
@[reducible]
class TyDenote (β : Type) : Type 1 where
toType : β → Type
open TyDenote (toType) /- make toType publically visible in module. -/
Expand Down

0 comments on commit 1a42909

Please sign in to comment.