Skip to content

Commit

Permalink
added remiaining tutorials. Added multiple to tutorials in the same f…
Browse files Browse the repository at this point in the history
…iles for more cohesion
  • Loading branch information
reevafaisal committed Feb 3, 2025
1 parent eda7477 commit c33fac9
Show file tree
Hide file tree
Showing 5 changed files with 261 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

133 changes: 133 additions & 0 deletions src/haz3lweb/exercises/examples/Tu_More.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions src/haz3lweb/exercises/settings/TutorialSettings_base.re
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ let filename = "haz3l-demo";
let log_key = filename;
let exercises: list(Tutorial.spec) = [
Tu_ExpressiveProgramming.exercise,
Tu_ComposingArithmetic.exercise,
Tu_ComputingEquationally.exercise,
Tu_Variables.exercise,
Tu_ComposingArithmetic_and_Scope.exercise,
Tu_ComputingEquationally_Shadow.exercise,
Tu_Variables_and_Compositionality.exercise,
Tu_Variables_and_Compositionality.comp_exercise,
Tu_ComposingArithmetic_and_Scope.scope_exercise,
Tu_ComputingEquationally_Shadow.shadow_exercise,
Tu_More.bools_ex,
Tu_More.func_ex,
];

0 comments on commit c33fac9

Please sign in to comment.