Skip to content

Commit

Permalink
manual merge solve attempt for src/haz3lweb/Init.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
reevafaisal committed Oct 24, 2024
1 parent d90f2df commit 4e3ccec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/haz3lweb/Init.ml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ 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;
};
scratch =
( 0,
Expand Down

0 comments on commit 4e3ccec

Please sign in to comment.