Skip to content

Commit

Permalink
update some call following agda's warning
Browse files Browse the repository at this point in the history
  • Loading branch information
felixwellen committed Sep 12, 2023
1 parent e24f92c commit 33ce421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cubical/Tactics/Reflection.agda
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ get-boundary tm = unapply-path tm >>= λ where
equation-solver : List Name (Term -> Term -> TC Term) Bool Term TC Unit
equation-solver don't-Reduce mk-call debug hole =
withNormalisation false (
dontReduceDefs don't-Reduce (
withReduceDefs (false , don't-Reduce) (
do
-- | First we normalize the goal
goal inferType hole >>= reduce
Expand Down

0 comments on commit 33ce421

Please sign in to comment.