We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5911038 commit a2687d5Copy full SHA for a2687d5
src/Data/Nat/Logarithm/Core.agda
@@ -15,7 +15,7 @@ open import Data.Nat.Properties
15
open import Data.Nat.Induction using (<-wellFounded)
16
open import Induction.WellFounded using (Acc; acc)
17
open import Relation.Binary.PropositionalEquality.Core
18
- using (_≡_; refl; cong; sym; trans)
+ using (_≡_; refl; cong; sym)
19
open import Relation.Binary.PropositionalEquality.Properties
20
using (module ≡-Reasoning)
21
0 commit comments