Skip to content
This repository was archived by the owner on Jul 31, 2018. It is now read-only.

Commit 768f194

Browse files
committed
Clearing up the remaining skips
1 parent 37c29b4 commit 768f194

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

coq/JsCorrectness.v

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,9 +2705,11 @@ Proof.
27052705
(* prealloc_error_proto *)
27062706
discriminate.
27072707
(* prealloc_native_error *)
2708-
skip. (* TODO *)
2708+
let_name. apply~ red_spec_construct_native_error.
2709+
apply~ get_arg_correct_0.
2710+
substs. apply* build_error_correct.
27092711
(* prealloc_native_error_proto *)
2710-
skip. (* TODO *)
2712+
discriminate. (* TODO *)
27112713
(* prealloc_error_proto_to_string *)
27122714
discriminate.
27132715
(* prealloc_throw_type_error *)
@@ -5725,9 +5727,11 @@ run. apply run_object_method_correct in E.
57255727
(* prealloc_error_proto *)
57265728
discriminate.
57275729
(* prealloc_native_error *)
5728-
discriminate.
5730+
let_name. applys* red_spec_call_native_error.
5731+
apply~ get_arg_correct_0.
5732+
substs; applys* build_error_correct.
57295733
(* prealloc_native_error_proto *)
5730-
skip. (* FIXME: We need the rules here! *)
5734+
discriminate.
57315735
(* prealloc_error_proto_to_string *)
57325736
discriminate.
57335737
(* prealloc_throw_type_error *)

0 commit comments

Comments
 (0)