From d449231421ff2b4b712d48a441b25f3a2b582a15 Mon Sep 17 00:00:00 2001 From: Sander Spies Date: Thu, 2 Apr 2020 15:14:07 +0200 Subject: [PATCH] Fix wrong closing element. --- gitlab-pages/docs/reference/toplevel.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gitlab-pages/docs/reference/toplevel.md b/gitlab-pages/docs/reference/toplevel.md index c8b819a81..4ed93379a 100644 --- a/gitlab-pages/docs/reference/toplevel.md +++ b/gitlab-pages/docs/reference/toplevel.md @@ -12,49 +12,49 @@ These functions are available without any needed prefix. function is_nat: int -> option(nat) - + val is_nat: int -> nat option - + let is_nat: int => option(nat) - + Convert an `int` to a `nat` if possible. function abs: int -> nat - + val abs: int -> nat - + let abs: int => nat - + Cast an `int` to `nat`. function int: nat -> int - + val int: nat -> int - + let int: nat => int - + Cast an `nat` to `int`. const unit: unit - + val unit: unit - + let (): unit - + A helper to create a unit.