You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: language-tour.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ let value =
91
91
92
92
There are few built-in types, such as `Int`, `Float`, `String`.
93
93
94
-
Kestrel has Hindely-Milner type inference, meaning that you don't need to manually write types, as they will be inferred by the typechecker. Still, is possible to give `let` declarations explicit type hints:
94
+
Kestrel has Hindley-Milner type inference, meaning that you don't need to manually write types, as they will be inferred by the typechecker. Still, is possible to give `let` declarations explicit type hints:
0 commit comments