Skip to content

Commit

Permalink
Resolved merge conflict in Init.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
reevafaisal committed Oct 24, 2024
1 parent 4e3ccec commit 2cef72a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/haz3lweb/Init.ml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ let startup : PersistentData.t =
context_inspector = false;
instructor_mode = true;
benchmark = false;
(* mode = Tutorial; *)
mode = Tutorial;
explainThis =
{ show = true; show_feedback = false; highlight = NoHighlight };
mode = Documentation;
{ show = true; show_feedback = false; highlight = NoHighlight; mode = Tutorial };
};
scratch =
( 0,
Expand Down

0 comments on commit 2cef72a

Please sign in to comment.