issues
search
jleben
/
arrp
Programming language for stream processing.
https://arrp-lang.org
GNU General Public License v2.0
31
stars
3
forks
source link
No error when annotating bool as real64
#11
Closed
jleben
closed
4 years ago
jleben
commented
7 years ago
This causes no error:
main :: real64; main = true;
jleben
commented
4 years ago
Fixed.
This causes no error: