From bbf4ca23c171a923b162afb61547d1ec39329aec Mon Sep 17 00:00:00 2001 From: Pavel Tisnovsky Date: Mon, 11 Sep 2023 09:48:34 +0200 Subject: [PATCH] Links --- docs/ml.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/ml.md b/docs/ml.md index 7f9c89c..6d3d9be 100644 --- a/docs/ml.md +++ b/docs/ml.md @@ -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/)