We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2696726 commit fdadeb5Copy full SHA for fdadeb5
Cubical/Data/Fin/LehmerCode.agda
@@ -22,6 +22,7 @@ open import Cubical.Relation.Nullary
22
open import Cubical.Data.Unit as ⊤
23
open import Cubical.Data.Empty as ⊥
24
open import Cubical.Data.Nat
25
+open import Cubical.Data.Nat.Properties using (factorial) public
26
open import Cubical.Data.Nat.Order
27
open import Cubical.Data.Fin.Base as F
28
open import Cubical.Data.Fin.Properties
0 commit comments