Skip to content
Snippets Groups Projects
Commit f0449ed6 authored by Ralf Jung's avatar Ralf Jung
Browse files

lrust_typing: make sum type opaque, for consistency with the other types

parent a0aa9ed3
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -249,4 +249,5 @@ End sum.
Notation "Σ[ ty1 ; .. ; tyn ]" :=
(sum (cons ty1%T (..(cons tyn%T nil)..))) : lrust_type_scope.
Hint Opaque sum : lrust_typing lrust_typing_merge.
Hint Resolve sum_mono' sum_proper' : lrust_typing.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment