(* fast-load
 * Load the calculator example assuming that eXene is already loaded.
 *)

app use [
    "acc.sml",
    "calc.sml",
    "main.sml"
  ];
