×
In this paper, we extend alias types to cover recursive datatypes in full generality. Our type system is powerful enough to encode linear variants of lists and ...
May 8, 2024 · This paper describes a pseudo-linear type system that allows a degree of aliasing and memory reuse as well as the ability to define complex.
In this paper, we extend alias types to cover recursive datatypes in full ge- nerality. Our type system is powerful enough to encode linear variants of lists.
People also ask
This paper describes a pseudo-linear type system that allows a degree of aliasing and memory reuse as well as the ability to define complex recursive data ...
Linear type systems permit programmers to deallocate or explicitly recycle memory, but they are severly restricted by the fact that they admit no aliasing.
Recursive alias types [88] allow specification of recursive data structures as unfolding of basic elaboration steps. This allows descriptions of tree-like data ...
Linear type systems permit programmers to deallocate or explicitly recycle memory, but are severely restricted by the fact that they admit no aliasing.
Jun 13, 2001 · This paper describes a pseudo-linear type system that allows a degree of aliasing and memory reuse as well as the ability to define complex recursive data ...
This paper describes a pseudo-linear type system that allows a degree of aliasing and memory reuse as well as the ability to define complex recursive data ...
Jan 24, 2020 · Now that we learned about the recursive type aliases, let's create an immutable type that we can use to add more guarantees into our application code.