summaryrefslogtreecommitdiff
path: root/testsuite/tests/typing-misc/printing.ml.reference
blob: 21763b2dfb7de863a3a316a12dcd98c61138a0dd (plain)
1
2
3
4
5
6
7
8
9

#     Characters 26-33:
  type t = [ 'A_name | `Hi ];;
             ^^^^^^^
Error: The type 'A_name is not a polymorphic variant type
Hint: Did you mean `A_name?
#   val f : 'id_arg -> 'id_arg = <fun>
#   val f : 'Id_arg -> 'Id_arg = <fun>
#