refined icon indicating copy to clipboard operation
refined copied to clipboard

Prohibit invalid predicate compositions?

Open vreuter opened this issue 5 years ago • 0 comments

Would it be possible to have certain always-invalid or always-valid predicate compositions cause compilation errors? For example:

@ type InvalidSize = Size[Equal[W.`-9`.T]] 
defined type InvalidSize

or

@ type TriviallyTrue = Size[Greater[W.`-1`.T]] 
defined type TriviallyTrue

vreuter avatar Oct 24 '18 21:10 vreuter