summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-misc/filter_params.ml
blob: 7035dd74e05f1e431193ab227288932899193713 (plain)
1
2
3
4
5
6
7
8
(* TEST
 expect;
*)

type ('a, 'b) t constraint 'a = 'b
[%%expect{|
type ('b, 'a) t constraint 'a = 'b
|}]