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

expand on a comment

parent 9be270e7
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -9,7 +9,8 @@ Section sum. ...@@ -9,7 +9,8 @@ Section sum.
Context `{typeG Σ}. Context `{typeG Σ}.
(* We define the actual empty type as being the empty sum, so that it is (* We define the actual empty type as being the empty sum, so that it is
convertible to it (and in particular, we can partern-match on it). *) convertible to it---and in particular, we can pattern-match on it
(as in, pattern-match in the language of lambda-rust, not in Coq). *)
Program Definition emp0 : type := Program Definition emp0 : type :=
{| ty_size := 1%nat; {| ty_size := 1%nat;
ty_own tid vl := False%I; ty_own tid vl := False%I;
......
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