From bed468b762c44e2a748f93f614a83912b7eb2eef Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 3 Jun 2022 09:12:51 +0000 Subject: [PATCH] Deployed b376707 to master with MkDocs 1.2.4 and mike 1.0.1 --- master/CHANGELOG/index.html | 3 +++ master/search/search_index.json | 2 +- master/sitemap.xml | 18 +++++++++--------- master/sitemap.xml.gz | Bin 203 -> 203 bytes master/sophia_syntax/index.html | 1 + 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/master/CHANGELOG/index.html b/master/CHANGELOG/index.html index 4264f23..b3bc1a1 100644 --- a/master/CHANGELOG/index.html +++ b/master/CHANGELOG/index.html @@ -1308,6 +1308,9 @@ and this project adheres to Semant
  • Compiler warnings for the follwing: shadowing, negative spends, division by zero, unused functions, unused includes, unused stateful annotations, unused variables, unused parameters, unused user-defined type, dead return value.
  • The pipe operator |> [1, 2, 3] |> List.first |> Option.is_some // Option.is_some(List.first([1, 2, 3]))
  • +
  • Allow binary operators to be used as lambdas + function sum(l : list(int)) : int = foldl((+), 0, l) + function logical_and(x, y) = (&&)(x, y)
  • Changed