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

fix outdated comment

Thanks, Johannes!
parent 85295b18
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ Section dfrac. ...@@ -90,7 +90,7 @@ Section dfrac.
end. end.
(** When elements are combined, ownership is added together and knowledge of (** When elements are combined, ownership is added together and knowledge of
discarded fractions is combined with the max operation. *) discarded fractions is preserved. *)
Local Instance dfrac_op_instance : Op dfrac := λ dq dp, Local Instance dfrac_op_instance : Op dfrac := λ dq dp,
match dq, dp with match dq, dp with
| DfracOwn q, DfracOwn q' => DfracOwn (q + q') | DfracOwn q, DfracOwn q' => DfracOwn (q + q')
......
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