Skip to content

Commit

Permalink
Fix quote-filter test for Moscow ML
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Dec 18, 2024
1 parent 5bbb8a2 commit a199c1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/Holmake/tests/quote-filter/expected-mosml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,12 @@ val x = 92 + 10;
val y = 11
val s = ""
val s' = "foo.sml" (* #(FILE) *)

val thm = Q.store_thm_at (DB_dtype.mkloc ("foo.sml", 15, true)) ("thm[foo, simp , key = val1 val2]", [QUOTE " (*#loc 15 42*)\n\
\ p /\\ q"], (fn HOL__GOAL__foo => (

cheat
) HOL__GOAL__foo));

val thm2 = boolLib.save_thm("thm2[foo, simp , key = val1 val2]", exp
);

0 comments on commit a199c1a

Please sign in to comment.