Fixed a very nasty deadlock

This commit is contained in:
2026-01-22 20:56:02 +01:00
parent f38193edcc
commit b9f1bb74d7
21 changed files with 506 additions and 355 deletions

View File

@@ -1,5 +1,7 @@
let user = "lorinc" + " " + "bethlenfalvy"
let user = string::concat "lorinc" (string::concat " " "bethlenfalvy")
let number = 1 + 2
let interpolated = "Hello $user $number"
let user =
let user = r[ "foo" 1, "bar" 3 ]
let ffmain = user . "foo" |> option::expect "missing value"
let main = 1