A statically typed programming language for scientific computations with first class support for physical dimensions and units
1.26k
stars
53
forks
source link
Pretty printing shows superflous forall quantifiers #545
Closed
sharkdp closed 2 months ago
The function
is pretty printed as
The type annotation for the local binding
Δx
is not correct, though. It should only saywhere Δx: A = …
.