Skip to content

Commit

Permalink
Update types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emil14 authored Sep 23, 2024
1 parent f9deb49 commit 0fa8b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/types.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Types

Nevalang is statically typed, requiring compile-time known types for constants and ports. Type expressions refer to type definitions.
Nevalang is statically typed, requiring compile-time known types for constants and ports. Type expressions refer to type definitions. There is no [type inference](https://en.m.wikipedia.org/wiki/Type_inference) so all types must be explicitly present in the source code.

## Expression

Expand Down

0 comments on commit 0fa8b56

Please sign in to comment.