Its common to want to switch some parameters to constants during modelling. Currently thats kind of annoying, I often comment out the Param definition.
If we had Const wrappers that acted just like Param except they were not flattened into the parameter list, switching would be easy, and the code would be pretty nice to read. We could also explicitly show the table of Const values and have a consts function that would get them all.