-
Notifications
You must be signed in to change notification settings - Fork 10
Imitate "Tutorial - Basics" tutorial page #224
Comments
Missing functionality:
Loose ends:
|
Start working on front matter parsing noted in #222 and make use of it here. |
Once this has been done, close this issue and create any remaining follow-up tasks |
The main implementation and
were done in #252 |
This tutorial has some code blocks that need code highlighting, but do not need to be evaluated by the ocaml compiler. As an example, the tutorial has the following
This is incompatible with |
For simplicity, I suggest we use the approach of rewriting tutorials to always use ocaml snippets that can be evaluated in the ocaml top level. Also, we need to fix some of the ocaml snippets to rely on a prelude.ml, instead of inlining the necessary definitions. Once those two items are addressed, we can close this issue. |
The tutorials are moving to ood, so this issue is no longer relevant. |
Implement https://github.com/ocaml/ocaml.org/blob/master/site/learn/tutorials/basics.md
This issue can benefit from or inform the implementation of #222
The text was updated successfully, but these errors were encountered: