Skip to content
Snippets Groups Projects
Commit e8d8ba4d authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

Merge branch 'master' of gitlab.mpi-sws.org:FP/LambdaRust-coq

parents e8628f60 f9e4241a
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -9,7 +9,8 @@ Section sum.
Context `{typeG Σ}.
(* 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 :=
{| ty_size := 1%nat;
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