Semantic Subtyping for Maps in Erlang

📅 2025-08-01
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This paper addresses the absence of a formal semantic subtyping definition for parameterized map types in Erlang. We propose the first set-theoretic type model supporting type variables, base types, set types, and map types—fully covering Erlang’s entire map type syntax. Grounded in set inclusion as its semantic foundation, our model provides the first explicit subtyping judgment rules for parameterized map types. It captures structural constraints via type variables and set-theoretic operations—including intersection, union, and complement. The resulting semantic subtyping framework enables precise derivation of complex map-type subtyping relationships, thereby significantly improving the accuracy and expressiveness of Erlang’s static type checking. Moreover, it establishes a rigorous theoretical foundation for future extensions of Erlang’s type system and practical tool implementation.

Technology Category

Application Category

📝 Abstract
In this paper we will construct a set-theoretic model of types featuring type variables, base types, set-theoretic types and map types. Syntax of map types spans all the map types available in Erlang. The model of types is used to define a semantic subtyping relation based on set containment. The novelty of this work is the definition of subtyping over parameteric map types.
Problem

Research questions and friction points this paper is trying to address.

Model types with variables and map types in Erlang
Define semantic subtyping via set containment
Introduce subtyping for parametric map types
Innovation

Methods, ideas, or system contributions that make the work stand out.

Set-theoretic model with type variables
Semantic subtyping via set containment
Subtyping for parametric map types
🔎 Similar Papers
No similar papers found.
E
Erdem Yildirim
University of Kaiserslautern-Landau, Germany
A
Albert Schimpf
University of Kaiserslautern-Landau, Germany
S
Stefan Wehr
Offenburg Univ. of Applied Sciences, Germany
Annette Bieniusa
Annette Bieniusa
RPTU University of Kaiserslautern-Landau
Programming languagesDistributed SystemsSoftware Transactional Memory