Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Jul 27, 2023
1 parent 4534a91 commit ba1a6bb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions SciLean/FunctionSpaces/Continuous/Basic.lean
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,6 @@ def Continuous.fpropExt : FPropExt where
mkAppM ``Continuous.comp_rule #[g,hg,f,hf]

lambdaLetRule _ f g := do
-- let thm : SimpTheorem :=
-- {
-- proof := mkConst ``Continuous.let_rule
-- origin := .decl ``Continuous.let_rule
-- rfl := false
-- }
-- FProp.tryTheorem? e thm (fun _ => pure none)

let HF ← mkAppM ``Continuous #[(← mkUncurryFun 2 f)]
let .some hf ← FProp.fprop HF
Expand Down

0 comments on commit ba1a6bb

Please sign in to comment.