Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yurug/learn-ocaml-tutorial
https://github.com/yurug/learn-ocaml-tutorial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yurug/learn-ocaml-tutorial
- Owner: yurug
- Created: 2018-06-06T07:04:26.000Z (over 6 years ago)
- Default Branch: step-1
- Last Pushed: 2018-09-02T13:00:36.000Z (over 6 years ago)
- Last Synced: 2024-11-06T08:44:20.587Z (3 months ago)
- Language: Standard ML
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to write exercises for the learn-ocaml platform? (Resources)
This repository contains the source files for the tutorial
[How to write exercises for the learn-ocaml platform?](https://github.com/ocaml-sf/learn-ocaml/blob/master/docs/howto-write-exercises.md)
To get the source files for step X do:
```
git checkout step-X
```For instance, for step 1, do `git checkout step-1`.