Skip to content

Commit

Permalink
Links
Browse files Browse the repository at this point in the history
  • Loading branch information
tisnik committed Sep 11, 2023
1 parent 35e295e commit bbf4ca2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,10 @@ let rec length([]) = 0
let rec length([]) = 0
| length(_::tail) = 1 + length(tail);
```

---

## Howto try?

* [Try OCaml](https://try.ocaml.pro/)
* [Try F#](https://try.fsharp.org/)

0 comments on commit bbf4ca2

Please sign in to comment.