give type to (pre)spectrum.mk

This commit is contained in:
Floris van Doorn 2017-06-06 00:43:11 -04:00
parent 6e6fad5cb2
commit 6ded2b94d7

View file

@ -37,9 +37,11 @@ attribute gen_spectrum.to_is_spectrum [instance]
-- But we will use + instead, to reduce case analysis later on.
abbreviation prespectrum := gen_prespectrum +
abbreviation prespectrum.mk := @gen_prespectrum.mk +
definition prespectrum.mk (Y : → Type*) (e : Π(n : ), Y n →* Ω (Y (n+1))) : prespectrum :=
gen_prespectrum.mk Y e
abbreviation spectrum := gen_spectrum +
abbreviation spectrum.mk := @gen_spectrum.mk +
abbreviation spectrum.mk (Y : → Type*) (e : Π(n : ), Y n ≃* Ω (Y (n+1))) : prespectrum :=
gen_spectrum.mk Y e
namespace spectrum