make arguments of some definitions implicit in cubical.square

This commit is contained in:
Floris van Doorn 2018-09-05 14:45:03 +02:00
parent c5d31f76d7
commit 8d2da84b61

View file

@ -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