Documentation

Articles

A Problem on Typing vs Verification

Whiley uses a flow-sensitive type system, and a verification engine to enable Extended static checking. My desire in designing these two subsystems is to keep them completely isolated. In particular, such that we can always compile and run a Whiley program with verification turned off. This requirement stems from the fact that verification of . . . → Read More: A Problem on Typing vs Verification