ICFP 2024
Mon 2 - Sat 7 September 2024 Milan, Italy
Fri 6 Sep 2024 11:22 - 11:45 at Orange 1 - Usability, testing and static analysis

Dependent types are expressive enough to describe data with complex internal invariant, from sorted lists and fully-connected graphs to well-formed sequences of API requests and semantically correct programs. It means that once we’ve modelled complex requiements in a dependently-typed data structure, we can safely feed it to a system with such requirements. For example, once we’ve modelled a semantically correct program, we can give it to the compiler as an input, in order to load the typechecker and code generator.

Once we are able to generate such dependently-typed values, we can do property-based testing of such systems with complex requirements on their inputs. Property-based testing is a well-established approach which allows to discover bugs almost impossible to find manually, and being correctly applied allows to significantly reduce costs of high-quality testing.

The challenge is both to effectively generate dependently-typed values and to automate creation of these generators, especially with nice guarantees, say on completeness and distribution. In this work we present an approach to do this as long as an experience on applying it to some real-world applications.

Fri 6 Sep

Displayed time zone: Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna change

11:00 - 12:30
Usability, testing and static analysisTyDe at Orange 1

Session chair: Patrik Jansson

11:00
22m
Talk
A Type- And Control- Flow Analysis for System FC (Extended Abstract)
TyDe
Skye Soss University of Chicago, John Reppy University of Chicago, USA
File Attached
11:22
22m
Talk
Dependent Types to Push Corners of the Property-based Testing (Extended Abstract)
TyDe
Denis Buzdalov Institute for System Programming of RAS
File Attached
11:45
22m
Talk
How Novices Perceive Interactive Theorem Provers (Extended Abstract)
TyDe
Sára Juhošová Delft University of Technology
File Attached
12:07
22m
Talk
Type-level Property Based Testing
TyDe
Thomas Ekström Hansen University of St Andrews, Edwin Brady University of St Andrews, UK