usethesource / rascal

The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
http://www.rascal-mpl.org
Other
407 stars 77 forks source link

http loc scheme `exists` is always `true` #2040

Open jurgenvinju opened 1 month ago

jurgenvinju commented 1 month ago

Describe the bug

rascal>import IO;
ok
rascal>exists(|http://this.does.not|)
bool: true