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 2cef72a commit 59404a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/haz3lweb/Init.ml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ let startup : PersistentData.t =
benchmark = false;
mode = Tutorial;
explainThis =
{ show = true; show_feedback = false; highlight = NoHighlight; mode = Tutorial };
{
show = true;
show_feedback = false;
highlight = NoHighlight;
(* mode = Tutorial; *)
};
};
scratch =
( 0,
Expand Down

0 comments on commit 59404a4

Please sign in to comment.