RFC: universe
could work only on single lines or successive indented lines
#2684
Labels
RFC
Request for comments
Currently,
works fine. Note that I have misspellt
Open
instead ofopen
, but this is not a problem since Lean thinks I am declaring a new universe (and in fact three new universes calledOpen
,Function
andSet
).To help users not getting trapped by this, it could make sense to have
universe
only work with a single line, or possibly with several lines but then all of them should be indented. In the latter case, it would be reasonable for symmetry and predictability to requirevariable
to work in the same way, with mandatory indentation on the following lines within thevariable
declaration.The text was updated successfully, but these errors were encountered: