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

explain weird anonymous type field in CmraT

parent 8dfda06c
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ Structure cmraT := CmraT' {
cmra_validN : ValidN cmra_car;
cmra_ofe_mixin : OfeMixin cmra_car;
cmra_mixin : CmraMixin cmra_car;
(* always same as [cmra_car], but by also having this as last field unification sometimes gets faster *)
_ : Type
}.
Arguments CmraT' _ {_ _ _ _ _ _} _ _ _.
......
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