set_option pp.universes true section parameter (A : Type) section parameter (B : Type) structure point := mk :: (x : A) (y : B) #check point #check point.mk #check point.x end #check point #check point.mk #check point.x end