Skip to content
Snippets Groups Projects
Commit acd848fe authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Layout.

parent 9c9213b8
No related branches found
No related tags found
No related merge requests found
Pipeline #26690 passed
......@@ -15,8 +15,8 @@ Fixpoint switch_lams (y : string) (i : nat) (n : nat) (e : expr) : expr :=
| O => e
| S n => λ: (y +:+ pretty i), switch_lams y (S i) n e
end.
Definition switch_fail (xs : list Z) : val :=
λ: "y", switch_lams "f" 0 (length xs) $
Definition switch_fail (xs : list Z) : val := λ: "y",
switch_lams "f" 0 (length xs) $
switch_body "y" 0 xs (assert: #false) $ λ i, ("f" +:+ pretty i) #().
Fixpoint map_string_seq {A}
......
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