Merge pull request #7454 from roc-lang/ayaz/error-on-invalid-generalized-types

Restrict usages of type variables in non-generalized contexts
This commit is contained in:
Luke Boswell 2025-01-20 11:30:52 +11:00 committed by GitHub
commit c8467b1fe0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 273 additions and 182 deletions

View file

@ -532,7 +532,7 @@ pi = 3.14159265358979323846264338327950288419716939937510
## Circle constant (τ)
tau : Frac *
tau = 2 * pi
tau = 6.2831853071795864769252867665590057683943387987502
# ------- Functions
## Convert a number to a [Str].