make arguments of some definitions implicit in cubical.square
This commit is contained in:
parent
c5d31f76d7
commit
8d2da84b61
1 changed files with 1 additions and 0 deletions
|
@ -552,6 +552,7 @@ namespace eq
|
|||
|
||||
definition square_fill_r : Σ (p : a₂₀ = a₂₂) , square p₁₀ p₁₂ p₀₁ p :=
|
||||
by induction p₁₀; induction p₁₂; exact ⟨_, !hrefl⟩
|
||||
variables {p₁₀ p₁₂ p₀₁ p₂₁}
|
||||
|
||||
/- Squares having an 'ap' term on one face -/
|
||||
--TODO find better names
|
||||
|
|
Loading…
Reference in a new issue