The Workshop on Type-Driven Development (TyDe) aims to show how static type information may be used effectively in the development of computer programs. Co-located with ICFP, this workshop brings together leading researchers and practitioners who are using or exploring types as a means of program development.
We welcome all contributions, both theoretical and practical, on a range of topics including:
- dependently typed programming;
- generic programming;
- design and implementation of programming languages, exploiting types in novel ways;
- exploiting typed data, data dependent data, or type providers;
- static and dynamic analyses of typed programs;
- tools, IDEs, or testing tools exploiting type information;
- pearls, being elegant, instructive examples of types used in the derivation, calculation, or construction of programs.
For information about the TyDe workshop series, see the permanent website.
Fri 6 SepDisplayed time zone: Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna change
09:00 - 10:30 | |||
09:00 5mDay opening | Welcome to TyDe TyDe | ||
09:05 80mKeynote | Types for correctness, convenience, and performance TyDe Gabriele Keller Utrecht University |
10:30 - 11:00 | |||
11:00 - 12:30 | |||
11:00 22mTalk | A Type- And Control- Flow Analysis for System FC (Extended Abstract) TyDe File Attached | ||
11:22 22mTalk | 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 22mTalk | How Novices Perceive Interactive Theorem Provers (Extended Abstract) TyDe Sára Juhošová Delft University of Technology File Attached | ||
12:07 22mTalk | Type-level Property Based Testing TyDe |
12:30 - 14:00 | |||
14:00 - 15:30 | |||
14:00 22mTalk | Modal Mu-Calculus for Free in Agda TyDe | ||
14:22 22mTalk | First-class Algebraic Presentations with Elaborator Reflection (Extended Abstract) TyDe File Attached | ||
14:45 22mTalk | Normalizable types TyDe Stefan Monnier Université de Montréal | ||
15:07 22mTalk | Intrinsically Typed Syntax, a Logical Relation, and the Scourge of the Transfer Lemma TyDe Hannes Saffrich University of Freiburg, Peter Thiemann University of Freiburg, Germany, Marius Weidner University of Freiburg |
15:30 - 16:00 | |||
16:00 - 17:30 | |||
16:00 22mTalk | Typed, Concise, Nanopass (pick 3) (Extended Abstract) TyDe Lawrence Chonavel Utrecht University File Attached | ||
16:22 22mTalk | Term Search in Rust TyDe | ||
16:45 22mTalk | Towards Type-Directed API Search for Mainstream Languages TyDe Marc Etter OST Eastern Switzerland University of Applied Sciences, Farhad Mehta OST Eastern Switzerland University of Applied Sciences | ||
17:07 22mMeeting | TyDe closing TyDe |
Accepted Papers
Call for Papers
The Workshop on Type-Driven Development (TyDe) aims to show how static type information may be used effectively in the development of computer programs. Co-located with ICFP, this workshop brings together leading researchers and practitioners who are using or exploring types as a means of program development.
We welcome all contributions, both theoretical and practical, on a range of topics including:
- dependently typed programming;
- generic programming;
- design and implementation of programming languages, exploiting types in novel ways;
- exploiting typed data, data dependent data, or type providers;
- static and dynamic analyses of typed programs;
- tools, IDEs, or testing tools exploiting type information;
- pearls, being elegant, instructive examples of types used in the derivation, calculation, or construction of programs.
Proceedings and Copyright
We will have formal proceedings for full-length papers, published by the ACM. Accepted papers will be included in the ACM Digital Library. Authors must grant ACM publication rights upon acceptance, but may retain copyright if they wish. Authors are encouraged to publish auxiliary material with their paper (source code, test data, and so forth). The proceedings will be freely available for download from the ACM Digital Library from one week before the start of the conference until two weeks after the conference.
The official publication date is the date the papers are made available in the ACM Digital Library. This date may be up to two weeks prior to the first day of the conference. The official publication date affects the deadline for any patent filings related to published work.
Submission Details
Submissions should fall into one of two categories:
- regular research papers (12 pages);
- extended abstracts (3 pages).
The bibliography will not be counted against the page limits for either category.
Regular research papers are expected to present novel and interesting research results, and will be included in the formal proceedings. Extended abstracts should report work in progress that the authors would like to present at the workshop. Extended abstracts will be distributed to workshop attendees but will not be published in the formal proceedings.
We welcome submissions from PC members (with the exception of the two co-chairs), but these submissions will be held to a higher standard.
Submission is handled through HotCRP:
All submissions should be in portable document format (PDF) and formatted using the ACM SIGPLAN style guidelines:
Note that submissions should use the new ‘acmart’ format and the two-column ‘sigplan’ subformat (not to be confused with the one-column ‘acmsmall’ subformat).
Extended abstracts must be submitted with the label ‘Extended Abstract’ clearly in the title.
Participant Support
Student attendees with accepted papers can apply for a SIGPLAN PAC grant to help cover participation-related expenses. PAC also offers other support, such as for child-care expenses during the meeting or for accommodations for members with physical disabilities. For details on the PAC program, see its web page:
Keynote
TyDe 2024 will have a keynote talk by Gabriele Keller of the University of Utrecht.
Title: “Types for correctness, convenience, and performance”
Abstract: Haskell offers a multitude of sophisticated type system extensions, from generics and generalised algebraic data types over type families to pattern synonyms. In the implementation of the embedded parallel language Accelerate, we make good use of these extensions, although they are often hidden from the user’s view. In this talk, I will illustrate how we exploit these features to improve the reliability of the compiler, provide stronger static checks for the user which eliminates many runtime errors. I also show how this approach improves the usability of the language and allows us to generate more efficient code.