pattern matching: some "inference"
type:fixed
- stop sorting constructor to preserve odd compatibility
- some basic inference trying : we try to type the pattern bodies [ B1 ; B2 ; B3 ] in sequence in the following order [ B1 ; B2 ; B3 ] [ B2 ; B3 ; B1 ] [ B3 ; B1 ; B2 ]
Changelog details:
- improvement of pattern matching type-checking
Edited by Rémi