Skip to content

Commit

Permalink
RPINF: disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JLimperg committed Nov 22, 2024
1 parent 0b6bcc2 commit cbb108e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Aesop/RPINF.lean
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ variable [Monad m] [MonadRPINF m] [MonadLiftT MetaM m] [MonadControlT MetaM m]
@[specialize]
partial def pinfCore (statsRef : IO.Ref PINFStats) (e : Expr) (type? : Option Expr) : m Expr :=
withIncRecDepth do
checkCache e λ _ => do
-- checkCache e λ _ => do
let (e, ti) ← time $ whnf e
statsRef.modify λ s => { s with whnf := s.whnf + ti }
match e with
Expand Down

0 comments on commit cbb108e

Please sign in to comment.