This commit is contained in:
2025-09-12 10:26:26 +02:00
parent 1b0ba4e7c8
commit 7e867f684f

View File

@@ -72,7 +72,7 @@ type DbUser = { name: List[Char], pass: List[Char] }
def example(u: User) : DbUser {
u with pass: "1234"
(* has type { name: List[Char], pass: List[Char] } *)
# has type { name: List[Char], pass: List[Char] }
}
def example2() : {name: List[Char], pass: List[Char]} {