Skip to content

Commit

Permalink
Fix simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsproul committed Jun 28, 2019
1 parent 123e1a8 commit f247ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_projs/simple/appleScript.sml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
open preamble basis;
open preamble basis targetInfoTheory;

val _ = new_theory "apple";

(* Replace by a translation extends call *)
require basisProg;
require basisProg targetInfo;

val _ = ml_prog_update (open_module "Apple");

Expand Down

0 comments on commit f247ac2

Please sign in to comment.